Skip to content

Commit

Permalink
update setup tools before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed May 28, 2017
1 parent 6ebb113 commit acddac1
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 @@ -9,7 +9,7 @@ python:
- "3.5"
- "3.6"
install:
- python -m pip install -U pip
- pip install -U pip setuptools
- pip install coveralls
before_script:
- psql -c "create database travis_ci_test;" -U postgres
Expand Down

0 comments on commit acddac1

Please sign in to comment.