Skip to content

Commit

Permalink
Added external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyontour committed Jun 14, 2015
1 parent 9649947 commit 6c98136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ python:
- "2.7"
# - "3.2"
# - "3.3"
# - "3.4"
- "3.4"
# command to install dependencies
install: "pip install -r requirements.txt"
install: "pip install -r requirements.txt --allow-external mysql-connector-python"
# command to run tests
script:
- make citest
Expand Down

0 comments on commit 6c98136

Please sign in to comment.