mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
The builds take a long time, so do just one Python for now.
This commit is contained in:
@@ -6,7 +6,7 @@ language: python
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
#- "3.4" # Just do one Python for now.
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@@ -53,9 +53,5 @@ script:
|
|||||||
- python build.py build_py --jobs=4
|
- python build.py build_py --jobs=4
|
||||||
# TODO: Add running of the tests
|
# TODO: Add running of the tests
|
||||||
|
|
||||||
after_failure:
|
|
||||||
- echo "****** travis after_failure step"
|
|
||||||
- ls -al bin
|
|
||||||
- if [ -e bin/sip-4.16.7-linux ]; then file bin/sip-4.16.7-linux; ldd bin/sip-4.16.7-linux; fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user