10000 Moved test menu for python 2.7 to allow_failures section · django-cms/django-cms@623bf26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 623bf26

Browse files
committed
Moved test menu for python 2.7 to allow_failures section
1 parent f7839c5 commit 623bf26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ matrix:
4545
env: FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=3 DJANGO=1.11 DATABASE_URL='sqlite://localhost/testdb.sqlite'
4646

4747
# DJANGO 1.11
48-
- python: 2.7
49-
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
5048
- python: 3.4
5149
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
5250
- python: 3.5
@@ -83,6 +81,9 @@ matrix:
8381
env: DJANGO=2.1 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='customuserapp.User'
8482
- python: 3.6
8583
env: TEST_DOCS=1 DJANGO=2.1 DATABASE_URL='sqlite://localhost/:memory:'
84+
allow_failures:
85+
- python: 2.7
86+
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
8687
exclude:
8788
- python: 2.7
8889
- python: 3.4

0 commit comments

Comments
 (0)
0