Skip to content

Commit

Permalink
experimenting with travis config to make builds less unpredictable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed May 28, 2017
1 parent 1c200c5 commit 72f4834
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 @@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
install:
- python -m pip install -U pip
- pip install coveralls
before_script:
- psql -c "create database travis_ci_test;" -U postgres
Expand Down

0 comments on commit 72f4834

Please sign in to comment.