Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 22, 2015
1 parent 80b58a5 commit b6a224d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,8 @@ python:
- "pypy3"
install:
- pip install -r requirements.txt
- pip install pep8 mysql-python
- pip install pep8
- pip install mysql-python
- pip install coveralls
env: DB_NAME=migratore_test DB_HOST=127.0.0.1 DB_USERNAME=root DB_PASSWORD=""
before_script: mysql -e "create database migratore_test;"
Expand Down

0 comments on commit b6a224d

Please sign in to comment.