Skip to content

Commit 4d1ca7a

Browse files
committed
Remove python 3.5 testing + add nightly python release tests
1 parent a528cd4 commit 4d1ca7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ dist: xenial
66
matrix:
77
fast_finish: true
88
include:
9-
- python: 3.5
109
- python: 3.6
1110
- python: 3.7
1211
- python: 3.8-dev
13-
env: PYTHON_VER=py38
12+
- python: nightly
1413
allow_failures:
15-
- env: PYTHON_VER=py38
14+
- python: 3.8-dev
15+
- python: nightly
1616

1717
install:
1818
- pip install --upgrade pip setuptools black

0 commit comments

Comments
 (0)