File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,13 @@ language: python
22python :
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+
614script : python tests.py
Original file line number Diff line number Diff line change 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
55A module for easily creating and modifying nginx serverblock configurations in Python (including comments!).
66
You can’t perform that action at this time.
0 commit comments