File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11language : cpp
22
33# Use container-based infrastructure
4- sudo : false
4+ sudo : required
5+ dist : trusty
56
67os :
78 - linux
2526 - CI_NODE_TOTAL=2
2627 matrix :
2728 - PYTHON_VERSION=2.7
28- - PYTHON_VERSION=3.2
29+ - PYTHON_VERSION=3.4
2930
3031matrix :
3132 allow_failures :
@@ -84,19 +85,20 @@ addons:
8485 - python-numpy
8586 - python-nose
8687 - python3-dev
88+ - python3-numpy
8789 - python3-setuptools
8890 - python3-nose
8991 - libfreetype6-dev
9092 - libbz2-dev
9193 - libltdl-dev
92- - libpng -dev
94+ - libpng12 -dev
9395 - libjpeg-dev
9496 - libraw-dev
9597 - libglew-dev
9698 - libtiff4-dev
9799 - libilmbase-dev
98100 - libopenexr-dev
99- # - libopenimageio-dev
101+ - libopenimageio-dev
100102 - libglew-dev
101103 - libgraphviz-dev
102104 - graphviz-dev
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ git clone https://github.com/tuttleofx/TuttleOFX-data.git
1818ln -s ${TRAVIS_BUILD_DIR} /TuttleOFX-data ${TRAVIS_BUILD_DIR} /libraries/tuttle/pyTest/TuttleOFX-data
1919if [[ ${PYTHON_VERSION} == " 2.7" ]]; then
2020 nosetests ${TRAVIS_BUILD_DIR} /libraries/tuttle/pyTest -v
21- elif [[ ${PYTHON_VERSION} == " 3.2 " ]]; then
21+ elif [[ ${PYTHON_VERSION} == " 3.4 " ]]; then
2222 nosetests3 ${TRAVIS_BUILD_DIR} /libraries/tuttle/pyTest -v
2323fi
2424
You can’t perform that action at this time.
0 commit comments