Browse Source

experimenting with travis config to make builds less unpredictable

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

+ 1 - 0
.travis.yml

@@ -7,6 +7,7 @@ python:
   - "3.5"
   - "3.5"
   - "3.6"
   - "3.6"
 install:
 install:
+  - python -m pip install -U pip
   - pip install coveralls
   - pip install coveralls
 before_script:
 before_script:
   - psql -c "create database travis_ci_test;" -U postgres
   - psql -c "create database travis_ci_test;" -U postgres