[Test] Always reset configuration on Travis CI

This commit is contained in:
Ray Speth 2015-09-08 20:23:40 -04:00
parent c88aaf9fc2
commit 67e6d6c766

View file

@ -4,6 +4,7 @@ before_script:
- sudo apt-get install -y python-dev python-numpy-dev gfortran libsundials-serial-dev liblapack-dev libblas-dev libboost-thread-dev
- wget https://github.com/msabramo/cython/releases/download/0.19.1/Cython-0.19.1-cp27-none-linux_x86_64.whl
- sudo pip install Cython-0.19.1-cp27-none-linux_x86_64.whl
- rm -f cantera.conf
script:
- scons build VERBOSE=y python_package=full python3_package=n blas_lapack_libs=lapack,blas build_thread_safe=y optimize=n
- scons test