Skip to content

Commit 71a68e1

Browse files
authored
Re-enabled SQLite & MySQL tests
1 parent 4dfaa1c commit 71a68e1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,6 @@ matrix:
9090
env: FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=2 DJANGO=1.11 DATABASE_URL='sqlite://localhost/testdb.sqlite'
9191
- python: 3.6
9292
env: FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=3 DJANGO=1.11 DATABASE_URL='sqlite://localhost/testdb.sqlite'
93-
- python: 2.7
94-
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
95-
- python: 3.4
96-
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
97-
- python: 3.5
98-
env: DJANGO=1.11 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
99-
- python: 3.4
100-
env: DJANGO=2.0 DATABASE_URL='sqlite://localhost/:memory:'
101-
- python: 3.5
102-
env: DJANGO=2.0 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
103-
- python: 3.5
104-
env: DJANGO=2.1 DATABASE_URL='sqlite://localhost/:memory:'
105-
- python: 3.5
106-
env: DJANGO=2.1 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
107-
- python: 3.6
108-
env: TEST_DOCS=1 DJANGO=2.1 DATABASE_URL='sqlite://localhost/:memory:'
10993
exclude:
11094
- python: 2.7
11195
- python: 3.4

0 commit comments

Comments
 (0)