Skip to content

Commit 0dbcba6

Browse files
committed
Update pip call at Travis
1 parent d44d9b1 commit 0dbcba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- 3.3
77
- 3.4
88
install:
9-
- pip install --use-mirrors pytest ./
9+
- pip install pytest ./
1010
before_script:
1111
- psql -U postgres -c 'CREATE DATABASE "test";'
1212
- psql -U postgres -c 'CREATE USER jrandom SUPERUSER;'

0 commit comments

Comments
 (0)