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

Commit 039f664

Browse files
committed
Update Travis matrix to reflect supported versions
1 parent 09c18ed commit 039f664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
5-
- "3.4"
4+
- "3.5"
5+
- "3.6"
66
# command to install dependencies
77
install: "pip install -r requirements.txt"
88
# command to run tests

0 commit comments

Comments
 (0)