Skip to content

Commit f9554dc

Browse files
author
Jacob Cook
committed
Update Travis build matrix
1 parent ff27fa8 commit f9554dc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@ language: python
22
python:
33
- "2.7" # Everything
44
- "3.4" # Debian 8 (Jessie) and Ubuntu 14.04 (Trusty)
5-
- "3.5" # Debian 9 (Sid) and Ubuntu 16.04 (Xenial)
5+
- "3.5" # Debian 9 (Stretch) and Ubuntu 16.04 (Xenial)
6+
- "3.6" # Debian 10 (Buster), Ubuntu 17.10 (Artful) & 18.04 (Bionic)
7+
- "3.7-dev" # Python alphas/betas
8+
9+
matrix:
10+
fast_finish: true
11+
allow_failures:
12+
- python: "3.7-dev" # Alpha and beta versions can fail
13+
614
script: python tests.py

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## python-nginx
22

3-
![](https://travis-ci.org/peakwinter/python-nginx.svg?branch=master)
3+
[![](https://travis-ci.org/peakwinter/python-nginx.svg?branch=master)](https://travis-ci.org/peakwinter/python-nginx)
44

55
A module for easily creating and modifying nginx serverblock configurations in Python (including comments!).
66

0 commit comments

Comments
 (0)