We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cabc6 commit f0cdd0cCopy full SHA for f0cdd0c
1 file changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
install:
3
- - pip install tox
4
- - pip install -U setuptools pip
+ - pip install -U tox
5
- pip install -e .
6
matrix:
7
include:
@@ -15,7 +14,8 @@ matrix:
15
14
env:
16
- TOX_ENV=py37
17
18
- - pip install -U importlib-metadata
+ - pip install -U tox importlib-metadata
+ - pip install -e .
19
- python: "3.8"
20
21
- TOX_ENV=py38
0 commit comments