File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
3
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
8
8
9
9
install :
10
10
- sudo apt-get update
@@ -26,12 +26,13 @@ install:
26
26
- conda info -a
27
27
28
28
# 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
30
30
- source activate test-environment
31
+ - conda list
31
32
- python setup.py install
32
33
33
34
script :
34
- - py.test --cov pandas_data_readers -v --cov-report term-missing
35
+ - nosetests --with-coverage --cover-package=pandas_data_readers
35
36
36
37
after_success :
37
38
- coveralls
Original file line number Diff line number Diff line change
1
+ Extracting pandas.io files so they're available to multiple version of pandas.
You can’t perform that action at this time.
0 commit comments