Skip to content

Commit

Permalink
Stopped testing mysql compat on 3.3.
Browse files Browse the repository at this point in the history
There's no pip-installable package for this case.
  • Loading branch information
melinath committed Jun 19, 2013
1 parent 65dd536 commit c3e2097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ matrix:
env: DB=sqlite3 REQUIREMENTS=test_project/requirements-1.4.txt
- python: "3.3"
env: DB=mysql REQUIREMENTS=test_project/requirements-1.4.txt
- python: "3.3"
env: DB=mysql REQUIREMENTS=test_project/requirements-1.5.txt
install:
- pip install . --no-deps
- pip install --use-mirrors --no-deps -r $REQUIREMENTS
Expand Down

0 comments on commit c3e2097

Please sign in to comment.