mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Reworked .travis.yml:
* added dist trusty * added python 3.4 to both dists (there's been no reason in comments why it's been disabled) * added `sudo python build.py install` in order to test installation
This commit is contained in:
26
.travis.yml
26
.travis.yml
@@ -4,12 +4,25 @@
|
|||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
matrix:
|
||||||
- "2.7"
|
include:
|
||||||
#- "3.4" # Just do one Python for now.
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
sudo: false
|
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
|
||||||
|
sudo: required
|
||||||
|
python: 3.4
|
||||||
|
# redundant specification of `sudo` and `python` because of travis-ci.org's way of parsing `.travis.yml`
|
||||||
|
|
||||||
# Available build steps:
|
# Available build steps:
|
||||||
# 1. before_install
|
# 1. before_install
|
||||||
@@ -52,6 +65,7 @@ script:
|
|||||||
- python build.py etg --nodoc
|
- python build.py etg --nodoc
|
||||||
- python build.py sip
|
- python build.py sip
|
||||||
- python build.py build_py --jobs=4
|
- python build.py build_py --jobs=4
|
||||||
|
- sudo python build.py install
|
||||||
# TODO: Add running of the tests
|
# TODO: Add running of the tests
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user