We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f294c85 commit a80d7b4Copy full SHA for a80d7b4
.travis.yml
@@ -5,15 +5,15 @@ python:
5
- "3.5-dev" # 3.5 development branch
6
- "3.6"
7
- "3.6-dev" # 3.6 development branch
8
- - "3.7-dev" # 3.7 development branch
9
- - "nightly" # currently points to 3.7-dev
10
env:
11
- PYTHONUNBUFFERED="1"
12
install:
13
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --use-wheel --no-cache-dir -r ./requirements/dev.txt
14
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --use-wheel --no-cache-dir --upgrade setuptools wheel
15
script:
16
- - inv test
+ - inv clean
+ - inv check
17
- inv build
+ - inv test-install
18
notifications:
19
email: false
0 commit comments