Skip to content

Commit

Permalink
Merge pull request #646 from jdufresne/tox
Browse files Browse the repository at this point in the history
Remove redundant tox.ini options that respecify defaults
  • Loading branch information
craigds committed Apr 18, 2018
2 parents 7d01aa4 + dfa79f1 commit 1dc3965
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ envlist =
[testenv]
changedir = {toxinidir}/tests
commands = ./runtests.sh {posargs}
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
pypy: pypy
deps =
mock_django>=0.6.7
dj111: Django>=1.11,<2.0
Expand Down

0 comments on commit 1dc3965

Please sign in to comment.