|
16 | 16 | # Don't test 'tip' on python27! |
17 | 17 | envlist = |
18 | 18 | py27-django{18,19,110,111,111tip}, |
19 | | - py34-django{18,19,110,111,111tip,tip}, |
20 | | - py35-django{18,19,110,111,111tip,tip}, |
21 | | - py36-django{18,19,110,111,111tip,tip}, |
| 19 | + py34-django{18,19,110,111,111tip,20}, |
| 20 | + py35-django{18,19,110,111,111tip,20,tip}, |
| 21 | + py36-django{18,19,110,111,111tip,20,tip}, |
22 | 22 | check,doc |
23 | 23 |
|
24 | 24 | [testenv] |
|
29 | 29 | django110: Django >=1.10, <1.11 |
30 | 30 | django111: Django >=1.11, <2.0 |
31 | 31 | django111tip: https://github.com/django/django/archive/stable/1.11.x.tar.gz |
| 32 | + django20: Django>=2.0b1,<2.1 |
32 | 33 | djangotip: https://github.com/django/django/archive/master.tar.gz |
33 | 34 |
|
34 | 35 | commands = |
|
0 commit comments