Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Reconfigure Travis CI for no virtualenv; #1081
Browse files Browse the repository at this point in the history
Travis CI starts us off in a virtualenv, but we want to own the
virtualenv. I think it's actually a better experience for users if we
don't let them run bootstrap.py in another virtualenv, because it gives
us a chance to communicate Gittip's worldview on the matter (we're using
virtualenv as a library, not a cli). Let's see if we can convince Travis
to go along with us here.
  • Loading branch information
chadwhitacre committed Jul 13, 2013
1 parent f4604d4 commit 7c503e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before_script:
- echo "YES_PLEASE_DELETE_ALL_MY_DATA_VERY_OFTEN=Pretty please, with sugar on top." >> tests/env
- echo "DATABASE_URL=postgres://postgres@localhost/gittip-test" >> tests/env
- psql -U postgres -c 'CREATE DATABASE "gittip-test";'
- deactivate
- make test-schema
script: make test
notifications:
Expand Down

0 comments on commit 7c503e1

Please sign in to comment.