Skip to content

Commit

Permalink
codecov needs argparse on 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Oct 8, 2017
1 parent 4750cf7 commit c314761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ passenv = CI TRAVIS TRAVIS_*
deps = codecov
skip_install = true
commands =
# install argparse for 2.6
python -c 'import sys, pip; sys.version_info < (2, 7) and pip.main(["install", "argparse", "-q"])'
coverage combine
coverage report
codecov

0 comments on commit c314761

Please sign in to comment.