We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6003f7d commit 7824c3bCopy full SHA for 7824c3b
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- python setup.py install
43
44
script:
45
- - nosetests --with-coverage --cover-package=pandas_datareader
+ - nosetests -v --with-coverage --cover-package=pandas_datareader
46
47
after_success:
48
- coveralls
0 commit comments