Skip to content

Commit

Permalink
fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Mar 10, 2012
1 parent 407bf08 commit 68eb39a
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 @@ -5,7 +5,7 @@ python:
- "2.7"
- "3.1"
- "3.2"
install: pip install -r test/requirements.txt --use-mirrors; if [ $TRAVIS_PYTHON_VERSION == 2* ] then pip install -r test/requirements2.txt --use-mirrors; fi
install: pip install -r test/requirements.txt --use-mirrors; if [ $TRAVIS_PYTHON_VERSION == 2* ] ; then pip install -r test/requirements2.txt --use-mirrors; fi
script: python test/alltests.py
before_install:
- "sudo mkdir -p /usr/include/postgresql/8.4/server"
Expand Down

0 comments on commit 68eb39a

Please sign in to comment.