Skip to content

Commit

Permalink
Remove py27 lint from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Jun 11, 2018
1 parent b995c94 commit 9d6f2eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ deps =
setuptools>=17.1
-rrequirements.txt
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6

[testenv:py36-djangomaster]
commands = - python runtests.py --fast

[testenv:py27-lint]
commands = python runtests.py --lintonly

[testenv:py36-lint]
commands = python runtests.py --lintonly

0 comments on commit 9d6f2eb

Please sign in to comment.