Skip to content

Commit b616f76

Browse files
committed
travis: Remove before_install stage
1 parent 2252dc8 commit b616f76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ cache:
3333
- directories:
3434
- ~/source
3535
- ~/build
36-
before_install:
37-
- export PIP_USE_MIRRORS=true
38-
- pip install --upgrade pytest # https://github.com/travis-ci/travis-ci/issues/4873
39-
- pip install --upgrade pip wheel virtualenv setuptools
40-
- pip install pytest-cov coverage codecov flake8
4136
install:
4237
- pip install -e .
4338
- pip install -r requirements/test.txt

0 commit comments

Comments
 (0)