Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 89edc53

Browse files
revert adding Python 3.7 to Travis cfg
1 parent 84b56ee commit 89edc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
- python: 3.4
1919
- python: 3.5
2020
- python: 3.6
21-
- python: 3.7
21+
# - python: 3.7 # As of 2018-07-18T13-10-00Z, Python 3.7 is not available on Travis just yet.
2222

2323
install: pip install .
2424

0 commit comments

Comments
 (0)