Skip to content

Commit

Permalink
fix travis CI py26
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 26, 2018
1 parent 7934b01 commit 29c00fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ commands = {[extra]commands}

[testenv:py26]
deps =
{[coverage]deps}
{[core]deps}
coverage
coveralls==1.2.0
pycparser==2.18
tqdm
tabulate
commands = {[coverage]commands}
Expand All @@ -54,7 +57,7 @@ deps = {[extra]deps}
[testenv:flake8]
deps = flake8
commands =
flake8 --max-line-length=80 --ignore=E111,E114 --count --statistics --exit-zero .
flake8 --max-line-length=80 -j 8 --ignore=E111,E114 --count --statistics --exit-zero .

[testenv:setup.py]
deps =
Expand Down

0 comments on commit 29c00fa

Please # to comment.