Skip to content

Commit 05ed7e2

Browse files
committed
Remove duplicate "pip install -r requirements.txt"
1 parent a1ee0e9 commit 05ed7e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ python:
55
- pypy
66
- 3.3
77
- 3.4
8-
before_script:
9-
- pip install -r requirements.txt
108
script:
119
- flake8 .
1210
- isort --recursive --diff . && isort --recursive --check-only .

0 commit comments

Comments
 (0)