We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2252dc8 commit b616f76Copy full SHA for b616f76
.travis.yml
@@ -33,11 +33,6 @@ cache:
33
- directories:
34
- ~/source
35
- ~/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
41
install:
42
- pip install -e .
43
- pip install -r requirements/test.txt
0 commit comments