Skip to content

Commit c6acee3

Browse files
authored
Merge pull request #20 from evrardjp/fix_ci
Update python runtime environments
2 parents 36e5531 + 6202e58 commit c6acee3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: python
22
python:
3-
- '2.7'
4-
- '3.3'
5-
- '3.4'
63
- '3.5'
4+
- '3.6'
5+
- '3.7'
76
install:
87
- pip install -r requirements.txt
98
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)