Skip to content

Commit

Permalink
Fix typo in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Aug 5, 2016
1 parent a6d9a6b commit 83a6d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = {py27,py34}-{dj19,dj10djmaster}{-coveralls}, flake8
envlist = {py27,py34}-{dj19,dj110,djmaster}{-coveralls}, flake8
basepython =
py27: python2.7
py34: python3.4
Expand All @@ -14,7 +14,7 @@ commands =
coveralls: coveralls
deps =
dj19: Django>=1.9,<1.10
dj19: Django>=1.10,<1.11
dj110: Django>=1.10,<1.11
djmaster: https://github.com/django/django/archive/master.tar.gz
coverage
coveralls
Expand Down

0 comments on commit 83a6d06

Please sign in to comment.