Skip to content

Commit

Permalink
Test django 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Aug 2, 2018
1 parent 170dac6 commit 2f1e25d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ env:
- DJANGO_VERSION=">=1.10,<1.11"
- DJANGO_VERSION=">=1.11,<2.0"
- DJANGO_VERSION=">=2.0,<2.1"
- DJANGO_VERSION=">=2.1,<2.2"
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=">=2.0,<2.1"
- python: "2.7"
env: DJANGO_VERSION=">=2.1,<2.2"
install:
- travis_retry pip install codecov
- travis_retry pip install -U -r dev-requirements.txt
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist={py27,py33,py34,py35,py36}-{django18,django19,django110,django111,django20}
envlist={py27,py33,py34,py35,py36}-{django18,django19,django110,django111,django20,django21}

[testenv]
deps=
Expand All @@ -24,6 +24,7 @@ deps=
django110: django>=1.10,<1.11
django111: django>=1.11,<2.0
django20: django>=2.0,<2.1
django21: django>=2.1,<2.2
commands=
flake8 .
py.test

0 comments on commit 2f1e25d

Please sign in to comment.