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

Commit

Permalink
Merge pull request #40 from uber/ca/fix_travis
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
charlax committed Feb 18, 2015
2 parents 12078de + b76fd08 commit da25fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- "3.3"

install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install -r requirements-test.txt --use-mirrors"
- "pip install -r requirements.txt"
- "pip install -r requirements-test.txt"
- "python setup.py develop"

script: flake8 charlatan && coverage run --source charlatan setup.py test
Expand Down

0 comments on commit da25fb3

Please sign in to comment.