Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: specify version of pandas for coverage env to satisfy Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 5, 2020
1 parent b42fa14 commit 8643b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -31,7 +31,7 @@ commands = pydocstyle --count -ve examples influxdb
[testenv:coverage]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
pandas
pandas==0.24.2
coverage
numpy
commands = nosetests -v --with-coverage --cover-html --cover-package=influxdb
Expand Down

0 comments on commit 8643b59

Please sign in to comment.