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 11language : python
22
33env :
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
99install :
1010 - sudo apt-get update
@@ -26,12 +26,13 @@ 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
31+ - conda list
3132 - python setup.py install
3233
3334script :
34- - py.test --cov pandas_data_readers -v --cov-report term-missing
35+ - nosetests --with-coverage --cover-package=pandas_data_readers
3536
3637after_success :
3738 - 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