~netlandish/django-wiki

d98c474e870c5919458f33cdee870d649edd327b — Johannes Christ 5 years ago 6a8d913
Only test for Django 2.0+ on Python 3.7.
1 files changed, 1 insertions(+), 1 deletions(-)

M tox.ini
M tox.ini => tox.ini +1 -1
@@ 1,6 1,6 @@
[tox]
# Ensure you add to .travis.yml if you add here, using `tox -l`
envlist = {py34,py35,py36,py37}-django{111,20,21,22},lint
envlist = {py34,py35,py36}-django{111,20,21,22},py37-django{20,21,22},lint


[travis]