Skip to content

Commit

Permalink
Fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Mar 5, 2020
1 parent e47be3a commit f97848b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ envlist = py{27,35,36,37,38},pep8
max-line-length = 120

[testenv]
deps = pytest,coverage,codecov
deps =
pytest
coverage
codecov
passenv = CI TRAVIS TRAVIS_*
extras = test,pandas,hdf,thermocouple_scaling
commands =
Expand Down

0 comments on commit f97848b

Please sign in to comment.