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

Commit 33f95f2

Browse files
committed
Fix CI configuration
1 parent 31533c8 commit 33f95f2

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
@@ -2,11 +2,11 @@ language: python
22

33
matrix:
44
include:
5-
- python: 2.7
5+
- python: 3.6
66
env: PYTHON=2.7
77
- python: 3.6
88
env: PYTHON=3.6
9-
- python: 3.7
9+
- python: 3.6
1010
env: PYTHON=3.7
1111

1212
install:

0 commit comments

Comments
 (0)