Skip to content

Commit

Permalink
fix travis py26
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 28, 2018
1 parent 22c9fa5 commit f60feca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ commands =

[testenv:py26]
# no codecov and timer for py26
deps = {[coverage]deps}
deps =
nose
coverage
coveralls==1.2.0
pycparser==2.18
commands = {[coverage]commands}

[testenv:pypy]
Expand Down

0 comments on commit f60feca

Please sign in to comment.