Browse Source

update setup tools before running tests

Rafał Pitoń 8 years ago
parent
commit
acddac16eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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