Skip to content

Commit 3240627

Browse files
committed
TST allowable failures
1 parent 7529ecb commit 3240627

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111

1212
matrix:
1313
allow_failures:
14-
- env: PANDAS=0.12.0
15-
- env: PANDAS=0.11.0
16-
- env: PANDAS=0.10.1
14+
- env: PYTHON=2.7 PANDAS=0.12.0
15+
- env: PYTHON=2.7 PANDAS=0.11.0
16+
- env: PYTHON=2.7 PANDAS=0.10.1
1717

1818
install:
1919
- sudo apt-get update
@@ -41,7 +41,7 @@ install:
4141
- python setup.py install
4242

4343
script:
44-
- nosetests --with-coverage --cover-package=pandas_data_readers
44+
- nosetests --with-coverage --cover-package=pandas_datareader
4545

4646
after_success:
4747
- coveralls

0 commit comments

Comments
 (0)