8000 Support running tests with Python 2.7 · gigapay/python-stdnum@cfc80c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cfc80c8

Browse files
committed
Support running tests with Python 2.7
When using recent versions of virtualenv this ensures that older versions of pip and setuptools will be used inside the virtualenvs that are created by tox.
1 parent a9039c1 commit cfc80c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ deps = nose
88
commands = nosetests
99
setenv=
1010
PYTHONWARNINGS=all
11+
py27: VIRTUALENV_SETUPTOOLS=43.0.0
12+
py27: VIRTUALENV_PIP=19.3.1
1113

1214
[testenv:flake8]
1315
skip_install = true

0 commit comments

Comments
 (0)
0