Skip to content

Commit

Permalink
Install DB adapters first.
Browse files Browse the repository at this point in the history
  • Loading branch information
disko committed Nov 14, 2012
1 parent 05e121a commit 61748f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ env:
install:
# - pip install -r https://raw.github.com/Pylons/Kotti/$KOTTI/requirements.txt
# - pip install http://kottipackages.xo7.de/Kotti-$KOTTI.tar.gz
- pip install psycopg2 oursql
- pip install -r https://raw.github.com/Pylons/Kotti/master/requirements.txt
- pip install http://kottipackages.xo7.de/Kotti-master.tar.gz
- python setup.py develop
- python setup.py dev
- pip install psycopg2 oursql
before_script:
- mysql -e 'create database kotti_testing;'
- psql -c 'create database kotti_testing;' -U postgres
Expand Down

0 comments on commit 61748f6

Please sign in to comment.