File tree Expand file tree Collapse file tree 1 file changed +17
-20
lines changed Expand file tree Collapse file tree 1 file changed +17
-20
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
- python : 2.7
2
+ python :
3
+ - " 2.6"
4
+ - " 2.7"
5
+ - " 3.3"
6
+ - " 3.4"
7
+ - " pypy"
3
8
env :
4
- - TOX_ENV=py33-master
5
- - TOX_ENV=py33-1.7.x
6
- - TOX_ENV=py33-1.6.x
7
- - TOX_ENV=py33-1.5.x
8
- - TOX_ENV=py34-master
9
- - TOX_ENV=py34-1.7.x
10
- - TOX_ENV=py34-1.6.x
11
- - TOX_ENV=py34-1.5.x
12
- - TOX_ENV=pypy-master
13
- - TOX_ENV=pypy-1.7.x
14
- - TOX_ENV=pypy-1.6.x
15
- - TOX_ENV=pypy-1.5.x
16
- - TOX_ENV=py27-master
17
- - TOX_ENV=py27-1.7.x
18
- - TOX_ENV=py27-1.6.x
19
- - TOX_ENV=py27-1.5.x
20
- - TOX_ENV=py26-1.5.x
9
+ - DJANGO_VERSION=master
10
+ - DJANGO_VERSION=1.7.x
11
+ - DJANGO_VERSION=1.6.x
12
+ - DJANGO_VERSION=1.5.x
21
13
install :
22
14
- pip install tox
23
15
script :
24
- - tox -e $TOX_ENV
25
-
16
+ - tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_ENV"
17
+ matrix :
18
+ exclude :
19
+ - python : " 2.6"
20
+ env : DJANGO_VERSION=master
21
+ - python : " 2.6"
22
+ env : DJANGO_VERSION=1.7.x
You can’t perform that action at this time.
0 commit comments