We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44d9b1 commit 0dbcba6Copy full SHA for 0dbcba6
.travis.yml
@@ -6,7 +6,7 @@ python:
6
- 3.3
7
- 3.4
8
install:
9
- - pip install --use-mirrors pytest ./
+ - pip install pytest ./
10
before_script:
11
- psql -U postgres -c 'CREATE DATABASE "test";'
12
- psql -U postgres -c 'CREATE USER jrandom SUPERUSER;'
0 commit comments