mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 21:10:06 +01:00
Just use Trusty, and add builds for Py 3.5 and 3.6
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -10,18 +10,19 @@ matrix:
|
||||
dist: trusty
|
||||
sudo: required
|
||||
python: 2.7
|
||||
- os: linux
|
||||
dist: precise
|
||||
sudo: required
|
||||
python: 2.7
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
python: 3.4
|
||||
- os: linux
|
||||
dist: precise
|
||||
dist: trusty
|
||||
sudo: required
|
||||
python: 3.4
|
||||
python: 3.5
|
||||
- os: linux
|
||||
dist: trusty
|
||||
sudo: required
|
||||
python: 3.6
|
||||
|
||||
# redundant specification of `sudo` and `python` because of travis-ci.org's way of parsing `.travis.yml`
|
||||
|
||||
# Available build steps:
|
||||
|
||||
Reference in New Issue
Block a user