|
1 | 1 | [tox] |
2 | 2 | envlist = |
3 | | - - py35-pytest30-django{master,1.10,1.9,1.8}-postgres |
4 | | - - py34-pytest30-django1.10-postgres |
| 3 | + - py35-pytest30-django{master,1.11,1.10,1.9,1.8}-postgres |
| 4 | + - py34-pytest30-django{1.11,1.10}-postgres |
5 | 5 | - py33-pytest30-django1.8-postgres |
6 | | - - py27-pytest30-django1.10-{mysql_innodb,mysql_myisam,postgres} |
7 | | - - py27-pytest30-django{1.9,1.8,1.7}-postgres |
| 6 | + - py27-pytest30-django{1.11,1.10}-{mysql_innodb,mysql_myisam,postgres} |
| 7 | + - py27-pytest30-django{1.11,1.10,1.9,1.8,1.7}-postgres |
8 | 8 | - pypy3-pytest30-django1.8-{sqlite,sqlite_file} |
9 | 9 | - pypy3-pytest29-django1.8-sqlite_file |
10 | 10 | - pypy-pytest30-django1.10-sqlite_file |
|
18 | 18 | checkqa: flake8 |
19 | 19 |
|
20 | 20 | djangomaster: https://github.com/django/django/archive/master.tar.gz |
| 21 | + django1.11: Django==1.11a1 |
21 | 22 | django1.10: Django>=1.10,<1.11 |
22 | 23 | django1.9: Django>=1.9,<1.10 |
23 | 24 | django1.8: Django>=1.8,<1.9 |
|
29 | 30 | postgres: psycopg2 |
30 | 31 |
|
31 | 32 | pytest29: pytest>=2.9,<3.0 |
32 | | - pytest30: pytest>=3.0,<3.1 |
| 33 | + pytest30: pytest>=3.0,<3.1.11a1 |
33 | 34 |
|
34 | 35 | setenv = |
35 | 36 | PYTHONPATH = {toxinidir}:{env:PYTHONPATH:} |
|
0 commit comments