fix travis py26

This commit is contained in:
Casper da Costa-Luis 2018-09-28 15:24:20 +01:00
parent 22c9fa5d75
commit f60fecad87
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 5 additions and 1 deletions

View File

@ -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]