Skip to content

Commit da7ecfa

Browse files
committed
try to get python 3.7 to work
1 parent c514f01 commit da7ecfa

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

.travis.yml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
language: python
2-
python:
3-
- '3.4'
4-
- '3.5'
5-
- '3.6'
6-
- '3.7'
7-
- '3.8-dev'
2+
cache: pip
3+
matrix:
4+
include:
5+
#- python: 3.4
6+
- python: 3.5
7+
- python: 3.6
8+
- python: 3.7
9+
dist: xenial
10+
sudo: true
11+
- python: 3.8-dev
12+
dist: xenial
13+
sudo: true
14+
- python: nightly
15+
dist: xenial
16+
sudo: true
17+
- python: pypy3 # 3.5.3 pip 9.0.1
18+
allow_failures:
19+
- python: 3.8-dev
20+
- python: nightly
821
install:
922
- pip install -r requirements-dev.txt
1023
script:

0 commit comments

Comments
 (0)