Skip to content

Commit

Permalink
add support for Python-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 3, 2019
1 parent 886020f commit 3a74f54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[tox]
envlist = py{27,35,36}-django{110,111}
envlist = py{27,35,36,37}-django{110,111}

[testenv]
changedir = tests
commands =
pip install -r requirements.txt
py.test {posargs}
deps =
py27: django-filter==1.1.0
py{35,36}: django-filter==2.1.0
django110: Django>=1.10,<1.11
django111: Django>=1.11,<2.0
setenv =
Expand Down

0 comments on commit 3a74f54

Please sign in to comment.