try to fix broken travis build where python path is somehow wrongly perceived

This commit is contained in:
chfw 2016-05-05 18:04:15 +01:00
parent 11cd46728b
commit 2c6586fe10
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst

View File

@ -1,2 +1,2 @@
pip freeze
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst
nosetests --with-cov --cov pyexcel_xls --cov tests --with-doctest --doctest-extension=.rst tests README.rst