Skip to content

Commit a80d7b4

Browse files
committed
remove python 3.7 testing
1 parent f294c85 commit a80d7b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ python:
55
- "3.5-dev" # 3.5 development branch
66
- "3.6"
77
- "3.6-dev" # 3.6 development branch
8-
- "3.7-dev" # 3.7 development branch
9-
- "nightly" # currently points to 3.7-dev
108
env:
119
- PYTHONUNBUFFERED="1"
1210
install:
1311
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --use-wheel --no-cache-dir -r ./requirements/dev.txt
1412
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --use-wheel --no-cache-dir --upgrade setuptools wheel
1513
script:
16-
- inv test
14+
- inv clean
15+
- inv check
1716
- inv build
17+
- inv test-install
1818
notifications:
1919
email: false

0 commit comments

Comments
 (0)