Skip to content

Commit 1c70123

Browse files
committed
run travis run
1 parent 0943292 commit 1c70123

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: python
22

33
env:
4-
- PYTHON=2.6 PANDAS=v0.13.1
5-
- PYTHON=2.7 PANDAS=v0.15.1
6-
- PYTHON=3.3 PANDAS=v0.14.1
7-
- PYTHON=3.4 PANDAS=v0.15.1
4+
- PYTHON=2.6 PANDAS=0.13.1
5+
- PYTHON=2.7 PANDAS=0.15.1
6+
- PYTHON=3.3 PANDAS=0.14.1
7+
- PYTHON=3.4 PANDAS=0.15.1
88

99
install:
1010
- sudo apt-get update
@@ -26,12 +26,12 @@ install:
2626
- conda info -a
2727

2828
# Replace dep1 dep2 ... with your dependencies
29-
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS
29+
- conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage
3030
- source activate test-environment
3131
- python setup.py install
3232

3333
script:
34-
- py.test --cov pandas_data_readers -v --cov-report term-missing
34+
- nosetests --with-coverage --cover-package=pandas_data_readers
3535

3636
after_success:
3737
- coveralls

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Extracting pandas.io files so they're available to multiple version of pandas.

0 commit comments

Comments
 (0)