File tree Expand file tree Collapse file tree 1 file changed +29
-12
lines changed Expand file tree Collapse file tree 1 file changed +29
-12
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : python
3
- python :
4
- - " 2.6"
5
- - " 2.7"
6
- - " 3.3"
7
- - " 3.4"
8
- - " 3.5"
9
- - " 3.6"
10
-
11
- env :
12
- - WTFORMS_VERSION=1
13
- - WTFORMS_VERSION=2
3
+ matrix :
4
+ include :
5
+ - python : 2.6
6
+ env : TOX_ENV=py26-WTForms1
7
+ - python : 2.6
8
+ env : TOX_ENV=py26-WTForms2
9
+ - python : 2.7
10
+ env : TOX_ENV=py27-WTForms1
11
+ - python : 2.7
12
+ env : TOX_ENV=py27-WTForms2
13
+ - python : 2.7
14
+ env : TOX_ENV=flake8
15
+ - python : 3.3
16
+ env : TOX_ENV=py33-WTForms1
17
+ - python : 3.3
18
+ env : TOX_ENV=py33-WTForms2
19
+ - python : 3.4
20
+ env : TOX_ENV=py34-WTForms1
21
+ - python : 3.4
22
+ env : TOX_ENV=py34-WTForms2
23
+ - python : 3.5
24
+ env : TOX_ENV=py35-WTForms1
25
+ - python : 3.5
26
+ env : TOX_ENV=py35-WTForms2
27
+ - python : 3.6
28
+ env : TOX_ENV=py36-WTForms1
29
+ - python : 3.6
30
+ env : TOX_ENV=py36-WTForms2
14
31
15
32
addons :
16
33
postgresql : " 9.4"
@@ -27,7 +44,7 @@ before_script:
27
44
install :
28
45
- pip install tox
29
46
30
- script : tox -e py-WTForms$WTFORMS_VERSION
47
+ script : tox -e $TOX_ENV
31
48
32
49
after_success :
33
50
- coveralls
You can’t perform that action at this time.
0 commit comments