From 08b88c445a2c03dcd1db5e7f547488cfafa93d07 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 21 Jun 2016 08:51:43 -0700 Subject: [PATCH] more travis/python testing fun --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index df480e393..25053a90d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,14 @@ os: compiler: - gcc - clang -python: - - "2.7" - - "3.4" +addons: + apt: + packages: + - python3 script: - echo "CXX="$CXX - echo "CC="$CC - - cmake . -G -DBUILD_PYBULLET=ON "Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror + - cmake . -DBUILD_PYBULLET=ON -G"Unix Makefiles" #-DCMAKE_CXX_FLAGS=-Werror - make -j8 - ctest -j8 --output-on-failure # Build again with double precision