Remove basepython from tox

This commit is contained in:
Ryan P Kilby 2017-01-12 14:56:29 -05:00
parent 09411a0bb5
commit df66f4d4df

View File

@ -21,12 +21,6 @@ deps =
djangomaster: https://github.com/django/django/archive/master.tar.gz djangomaster: https://github.com/django/django/archive/master.tar.gz
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt -rrequirements/requirements-optionals.txt
basepython =
py36: python3.6
py35: python3.5
py34: python3.4
py33: python3.3
py27: python2.7
[testenv:py27-lint] [testenv:py27-lint]
commands = ./runtests.py --lintonly commands = ./runtests.py --lintonly