Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 3fbe2f7

Browse files
authored
Fix Travis build (#1)
1 parent deb08cd commit 3fbe2f7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: python
22

3-
python:
4-
- 3.7
5-
dist: xenial
6-
sudo: true
7-
- 3.6
8-
- 3.5
9-
- 3.4
10-
- 2.7
11-
- pypy
12-
- pypy3
3+
matrix:
4+
include:
5+
- python: 2.7
6+
- python: 3.4
7+
- python: 3.5
8+
- python: 3.6
9+
- python: 3.7
10+
dist: xenial
11+
sudo: true
12+
- python: pypy
13+
- python: pypy3
1314

1415
install:
1516
- pip install -r requirements.txt

0 commit comments

Comments
 (0)