Skip to content

Commit

Permalink
Remove duplicate "pip install -r requirements.txt"
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Mar 1, 2015
1 parent a1ee0e9 commit 05ed7e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ python:
- pypy
- 3.3
- 3.4
before_script:
- pip install -r requirements.txt
script:
- flake8 .
- isort --recursive --diff . && isort --recursive --check-only .
Expand Down

0 comments on commit 05ed7e2

Please sign in to comment.