Skip to content

Commit

Permalink
Travis: update matrix to build with python 3.4
Browse files Browse the repository at this point in the history
* Fix tuttleofx#519
* Instead of python 3.2
  • Loading branch information
Clement Champetier committed Mar 10, 2016
1 parent 9f52ca2 commit b74e7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
- CI_NODE_TOTAL=2
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.2
- PYTHON_VERSION=3.4

matrix:
allow_failures:
Expand Down
4 changes: 1 addition & 3 deletions tools/travis/launch_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ git clone https://github.com/tuttleofx/TuttleOFX-data.git
ln -s ${TRAVIS_BUILD_DIR}/TuttleOFX-data ${TRAVIS_BUILD_DIR}/libraries/tuttle/pyTest/TuttleOFX-data
if [[ ${PYTHON_VERSION} == "2.7" ]]; then
nosetests ${TRAVIS_BUILD_DIR}/libraries/tuttle/pyTest -v
elif [[ ${PYTHON_VERSION} == "3.2" ]]; then
elif [[ ${PYTHON_VERSION} == "3.4" ]]; then
nosetests3 ${TRAVIS_BUILD_DIR}/libraries/tuttle/pyTest -v
fi


# boost unit tests
ln -s ${TRAVIS_BUILD_DIR}/TuttleOFX-data ${TRAVIS_BUILD_DIR}/testBin/TuttleOFX-data
cd ${TUTTLEOFX_BUILD}
make run_tests

0 comments on commit b74e7ac

Please sign in to comment.