Skip to content

Commit

Permalink
ci: Travis: test py27-dj111-sqlite-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed May 30, 2019
1 parent 1c9d956 commit ec5c4e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
services:
- postgresql
- python: 3.6
env: TOXENV=py36-dj111-sqlite-coverage
- python: 2.7
env: TOXENV=py27-dj111-mysql_innodb-coverage
env: TOXENV=py36-dj111-mysql_innodb-coverage
services:
- mysql
- python: 2.7
env: TOXENV=py27-dj111-sqlite-xdist-coverage
- python: 3.6
env: TOXENV=checkqa,docs

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ deps =
dj19: Django>=1.9,<1.10
dj18: Django>=1.8,<1.9

mysql_myisam: mysql-python==1.2.5
mysql_innodb: mysql-python==1.2.5
mysql_myisam: mysqlclient==1.4.2.post1
mysql_innodb: mysqlclient==1.4.2.post1

postgres: psycopg2-binary
coverage: coverage-enable-subprocess
Expand Down

0 comments on commit ec5c4e9

Please sign in to comment.