Skip to content

Commit

Permalink
Call 'dev' instead of 'develop' for travis preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Neumann committed Aug 2, 2012
1 parent eaae1aa commit 9589eff
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 @@ -7,7 +7,7 @@ env:
# - KOTTI_TEST_DB_STRING=mysql+oursql://root@localhost:3306/kotti_testing
- KOTTI_TEST_DB_STRING=sqlite://
install:
- python setup.py develop #; pip install psycopg oursql
- python setup.py dev #; pip install psycopg oursql
#before_script:
# - psql -c 'create database kotti_testing;' -U postgres
# - mysql -e 'create database kotti_testing;'
Expand Down

0 comments on commit 9589eff

Please sign in to comment.