|
1 | 1 | [tox]
|
2 |
| -envlist=py{27,35}-notebook4,py{27,35,36}-notebook5,flake8,notest |
| 2 | +envlist=py{27,35,36}-notebook5,py{35,36}-notebook6,py36-latest,flake8,notest |
3 | 3 | skip_missing_interpreters=True
|
4 | 4 |
|
5 | 5 | [testenv]
|
6 | 6 | whitelist_externals =
|
7 | 7 | createdb
|
8 | 8 |
|
9 | 9 | install_command =
|
10 |
| - py{27,35,36}-notebook4: pip install -c notebook4_constraints.txt {opts} {packages} |
11 | 10 | py{27,35,36}-notebook5: pip install -c notebook5_constraints.txt {opts} {packages}
|
12 |
| - flake8,notest: pip install {opts} {packages} |
| 11 | + py{35,36}-notebook6: pip install -c notebook6_constraints.txt {opts} {packages} |
| 12 | + flake8,notest,py36-latest: pip install {opts} {packages} |
13 | 13 |
|
14 | 14 | deps =
|
15 |
| - py{27,35,36}-notebook{4,5}: .[test] |
| 15 | + py{27,35,36}-notebook{5,6}: .[test] |
16 | 16 | flake8: flake8
|
17 | 17 | notest: .
|
18 | 18 |
|
19 | 19 | commands =
|
20 |
| - py{27,35,36}-notebook{4,5}: -createdb pgcontents_testing |
21 |
| - py{27,35,36}-notebook{4,5}: nosetests pgcontents/tests |
| 20 | + py{27,35,36}-notebook{5,6}: -createdb pgcontents_testing |
| 21 | + py{27,35,36}-notebook{5,6}: nosetests pgcontents/tests |
22 | 22 | flake8: flake8 pgcontents
|
23 | 23 | notest: python -c 'from pgcontents.utils.ipycompat import *'
|
0 commit comments