Skip to content

Commit 2c6bd22

Browse files
committed
Update Python versions for Travis CI tests
1 parent bb924fb commit 2c6bd22

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
64
- "3.4"
75
- "3.5"
86
- "3.6"
9-
- "nightly"
7+
- "3.7"
8+
- "3.8"
109
install: "pip install -r requirements.txt"
1110
script: nosetests

0 commit comments

Comments
 (0)