Skip to content

Commit

Permalink
Exclude Python 3.4 tests with MySQL database
Browse files Browse the repository at this point in the history
Because new versions of mysqlclient don't support Python 3.4.
  • Loading branch information
regzon committed Feb 12, 2019
1 parent 93c996d commit 32a0822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ matrix:
env: DJANGO="Django>=2.1,<2.2.0" DB=postgresql DB_NAME=travis_ci_test
- python: '3.4'
env: DJANGO="Django>=2.1,<2.2.0" DB=sqlite3 DB_NAME=db.sqlite3
- python: '3.4'
env: DJANGO="Django>=1.11.0,<2.0" DB=mysql DB_NAME=mysql_db
- python: '3.4'
env: DJANGO="Django>=2.0,<2.1.0" DB=mysql DB_NAME=mysql_db
- python: '3.4'
env: DJANGO="Django>=2.1,<2.2.0" DB=mysql DB_NAME=mysql_db
fast_finish: true
Expand Down

0 comments on commit 32a0822

Please sign in to comment.