Skip to content

Commit

Permalink
fix travis on 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Mar 10, 2012
1 parent 78b0132 commit 1666aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ install: pip install -r test/requirements.txt --use-mirrors
script: python test/alltests.py
before_install:
- "sudo mkdir -p /usr/include/postgresql/8.4/server"
# - "sudo apt-get install python-profiler"
- 'if [ $TRAVIS_PYTHON_VERSION != "2.5" ] ; then sudo apt-get install python-profiler; fi'
before_script:
- "psql -c 'create database webpy;' -U postgres"
- mysql --user=root -e "create user 'scott'@'localhost' identified by 'tiger'; create database webpy; grant all privileges on webpy.* to 'scott'@'localhost' with grant option;"
Expand Down

0 comments on commit 1666aa7

Please sign in to comment.