Skip to content

Commit

Permalink
remove test for django1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
helloqiu committed Apr 9, 2018
1 parent 1739220 commit bae2b2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
envlist = {py27,py34,py35,py36,pypy}--{dj18,dj111}, {py34,py35,py36}--{dj20}, docs
envlist = {py27,py34,py35,py36,pypy}--{dj111}, {py34,py35,py36}--{dj20}, docs

[testenv]
commands = coverage run --source werobot -m py.test
passenv = DATABASE_MYSQL_USERNAME DATABASE_MYSQL_PASSWORD
deps =
dj18: Django < 1.9
dj111: Django < 1.12
dj20: Django < 2.1
-rtox-requirements.txt
Expand Down

0 comments on commit bae2b2a

Please sign in to comment.