We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4750cf7 commit c314761Copy full SHA for c314761
1 file changed
tox.ini
@@ -34,6 +34,8 @@ passenv = CI TRAVIS TRAVIS_*
34
deps = codecov
35
skip_install = true
36
commands =
37
+ # install argparse for 2.6
38
+ python -c 'import sys, pip; sys.version_info < (2, 7) and pip.main(["install", "argparse", "-q"])'
39
coverage combine
40
coverage report
41
codecov
0 commit comments