Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Removed deprecated pip --use-mirrors flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jan 27, 2014
1 parent 1d1c661 commit b7751ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,7 +9,7 @@ python:
branches:
only:
- master
- develop
- release

services:
- postgresql
Expand All @@ -19,7 +19,7 @@ before_install:
- sudo apt-get install -qq libpq-dev

install:
- pip install -r dev_requirements.txt coveralls --use-mirrors
- pip install -r dev_requirements.txt coveralls

before_script:
- "psql -c 'create database deis_testing;' -U postgres"
Expand Down

0 comments on commit b7751ab

Please sign in to comment.