File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 25
25
- TESTENV=python3.4-master-postgres
26
26
- TESTENV=python3.4-master-sqlite
27
27
- TESTENV=python3.4-master-sqlite_file
28
- - TESTENV=checkqa-python2.6
29
28
- TESTENV=checkqa-python2.7
30
- - TESTENV=checkqa-python3.2
31
- - TESTENV=checkqa-python3.3
32
29
- TESTENV=checkqa-python3.4
33
- - TESTENV=checkqa-pypy
34
- - TESTENV=checkqa-pypy3
35
30
matrix :
36
31
allow_failures :
37
32
- env : TESTENV=pypy-master-sqlite_file
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def make_travis_yml(envs):
245
245
""" ).strip ("\n " )
246
246
testenvs = '\n ' .join (' - TESTENV=%s' % testenv_name (env ) for env in envs )
247
247
checkenvs = '\n ' .join (' - TESTENV=checkqa-%s' %
248
- python for python in PYTHON_VERSIONS )
248
+ python for python in PYTHON_MAIN_VERSIONS )
249
249
allow_failures = '\n ' .join (' - env: TESTENV=%s' %
250
250
testenv_name (env ) for env in envs
251
251
if env .django_version == 'master' )
You can’t perform that action at this time.
0 commit comments