mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +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
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
#- "3.4" # Just do one Python for now.
|
||||
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
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
|
||||
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:
|
||||
# 1. before_install
|
||||
@@ -52,6 +65,7 @@ script:
|
||||
- python build.py etg --nodoc
|
||||
- python build.py sip
|
||||
- python build.py build_py --jobs=4
|
||||
- sudo python build.py install
|
||||
# TODO: Add running of the tests
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user