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

Commit 512bda5

Browse files
committed
Add python 3.7, 3.8-dev and nightly to build matrix
1 parent 6feb982 commit 512bda5

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.travis.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
language: python
22

3-
python:
4-
- "3.5"
5-
- "3.6"
6-
- "3.7-dev"
3+
jobs:
4+
include:
5+
- python: 3.5
6+
- python: 3.6
7+
- python: 3.7
8+
dist: xenial
9+
sudo: true
10+
- python: 3.8-dev
11+
dist: xenial
12+
sudo: true
13+
- python: nightly
14+
dist: xenial
15+
sudo: true
16+
17+
matrix:
18+
allow_failures:
19+
- python: nightly
720

821
install:
922
- pip install -U -e .[dev]

0 commit comments

Comments
 (0)