Skip to content

Commit b7751ab

Browse files
committed
Removed deprecated pip --use-mirrors flag.
1 parent 1d1c661 commit b7751ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
branches:
1010
only:
1111
- master
12-
- develop
12+
- release
1313

1414
services:
1515
- postgresql
@@ -19,7 +19,7 @@ before_install:
1919
- sudo apt-get install -qq libpq-dev
2020

2121
install:
22-
- pip install -r dev_requirements.txt coveralls --use-mirrors
22+
- pip install -r dev_requirements.txt coveralls
2323

2424
before_script:
2525
- "psql -c 'create database deis_testing;' -U postgres"

0 commit comments

Comments
 (0)