Skip to content

Commit c314761

Browse files
committed
codecov needs argparse on 2.6
1 parent 4750cf7 commit c314761

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ passenv = CI TRAVIS TRAVIS_*
3434
deps = codecov
3535
skip_install = true
3636
commands =
37+
# install argparse for 2.6
38+
python -c 'import sys, pip; sys.version_info < (2, 7) and pip.main(["install", "argparse", "-q"])'
3739
coverage combine
3840
coverage report
3941
codecov

0 commit comments

Comments
 (0)