Skip to content

Commit 6708fab

Browse files
committed
Travis config: test with 3.7, drop 3.4, 3.5
1 parent 2e1f57c commit 6708fab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# vim ft=yaml
2-
# travis-ci.org definition for python-patterns build
2+
dist: xenial
33
language: python
44

55
sudo: false
66

77
python:
88
- "2.7"
9-
- "3.4"
10-
- "3.5"
119
- "3.6"
10+
- "3.7"
1211

1312
cache:
1413
- pip

0 commit comments

Comments
 (0)