Skip to content

Commit ec5c4e9

Browse files
committed
ci: Travis: test py27-dj111-sqlite-xdist
1 parent 1c9d956 commit ec5c4e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
services:
1111
- postgresql
1212
- python: 3.6
13-
env: TOXENV=py36-dj111-sqlite-coverage
14-
- python: 2.7
15-
env: TOXENV=py27-dj111-mysql_innodb-coverage
13+
env: TOXENV=py36-dj111-mysql_innodb-coverage
1614
services:
1715
- mysql
16+
- python: 2.7
17+
env: TOXENV=py27-dj111-sqlite-xdist-coverage
1818
- python: 3.6
1919
env: TOXENV=checkqa,docs
2020

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ deps =
1919
dj19: Django>=1.9,<1.10
2020
dj18: Django>=1.8,<1.9
2121

22-
mysql_myisam: mysql-python==1.2.5
23-
mysql_innodb: mysql-python==1.2.5
22+
mysql_myisam: mysqlclient==1.4.2.post1
23+
mysql_innodb: mysqlclient==1.4.2.post1
2424

2525
postgres: psycopg2-binary
2626
coverage: coverage-enable-subprocess

0 commit comments

Comments
 (0)