Skip to content

Commit ab002fc

Browse files
committed
Fix travis config (#4)
* Use xenial in travis config * Only have travis-ci run on Flask-supported versions + nightly
1 parent 4821dd0 commit ab002fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
sudo: false
1+
sudo: required
22
language: python
3+
dist: xenial
34
python:
45
- 2.7
56
- 3.4
67
- 3.5
78
- 3.6
89
- 3.7
9-
- "3.8-dev"
1010
- "nightly"
1111
- "pypy"
1212
- "pypy3"
1313

1414
matrix:
1515
allow_failures:
16+
- python: "nightly"
1617
- python: pypy
1718
- python: pypy3
1819

0 commit comments

Comments
 (0)