Skip to content

Commit 6f67580

Browse files
committed
chore: update travis matrix
1 parent c6762f5 commit 6f67580

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
5-
- "3.4"
6-
- "3.5"
74
- "3.6"
8-
- "pypy"
5+
- "3.7"
6+
- "3.8"
7+
- "pypy3.5"
98
install:
109
- pip install -e .
1110
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)