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

Commit a169525

Browse files
committed
Added 2.7 and 3.4 python versions
1 parent e6416d8 commit a169525

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: python
22
python:
3+
- "2.7"
4+
- "3.4"
35
- "3.5"
46
- "3.6"
5-
- "3.7-dev"
7+
- "3.7"
68
install:
79
- pip install -r requirements.txt
810
- pip install codecov

0 commit comments

Comments
 (0)