Skip to content

Commit bf7abff

Browse files
author
Bret McGuire
committed
Update Travis config to only run versions that will be supported going forward
1 parent 922d7ad commit bf7abff

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ sudo: false
33

44
language: python
55
python:
6-
- "2.7"
7-
- "3.5"
8-
- "3.6"
96
- "3.7"
107
- "3.8"
11-
- "pypy2.7-6.0"
12-
- "pypy3.5"
8+
- "pypy3.7"
139

1410
env:
1511
- CASS_DRIVER_NO_CYTHON=1

0 commit comments

Comments
 (0)