Skip to content

Commit 548eeec

Browse files
author
Max Morlocke
committed
test django 2/python 3.5
1 parent 151c1cc commit 548eeec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
- TOX_ENV=py35-19
2323
- TOX_ENV=py35-110
2424
- TOX_ENV=py35-111
25+
- TOX_ENV=py35-20
2526
- TOX_ENV=py35-master
2627
- TOX_ENV=docs
2728
- TOX_ENV=flake8

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py27}-{17,18,19,110,111,master},{py34}-{17,18,19,110,111,master},{py35}-{18,19,110,111,master},docs,flake8
2+
envlist = {py27}-{17,18,19,110,111,master},{py34}-{17,18,19,110,111,master},{py35}-{18,19,110,111,20,master},docs,flake8
33

44
[testenv]
55
basepython =
@@ -13,6 +13,7 @@ deps=
1313
19: django>=1.9,<1.10
1414
110: django>=1.10,<1.11
1515
111: django>=1.11,<1.12
16+
20: django>=2.0,<2.1
1617
master: https://github.com/django/django/archive/master.tar.gz
1718
pytest-django==2.7.0
1819
commands=python setup.py test

0 commit comments

Comments
 (0)