Skip to content

Commit

Permalink
test on 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Aug 13, 2018
1 parent e81cce3 commit 148f78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,12 +5,15 @@ python:
env:
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.0
- DJANGO_VERSION=2.1
install: pip install Django==$DJANGO_VERSION
script: django-admin.py test --settings=test_settings --pythonpath=.
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=2.0
- python: "2.7"
env: DJANGO_VERSION=2.1
notifications:
email:
- dev@jamesturk.net
7 changes: 3 additions & 4 deletions tox.ini
@@ -1,16 +1,15 @@
[tox]
envlist = py{27,36}-django{18,110,111}, py36-django20, flake8
envlist = py{27,37}-django{111,20,21}, py36-django20, flake8

[testenv:flake8]
deps = flake8
commands = flake8 --ignore=E402,E731 honeypot

[testenv]
deps =
django18: Django==1.8.7
django110: Django==1.10
django111: Django==1.11
django20: Django==2.0a1
django20: Django==2.0
django21: Django==2.1
commands =
django-admin.py test --settings test_settings --pythonpath=.
pip_pre = True
Expand Down

0 comments on commit 148f78d

Please sign in to comment.