Skip to content

Commit

Permalink
[Test] Always reset configuration on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Oct 14, 2015
1 parent c88aaf9 commit 67e6d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 67e6d6c

Please sign in to comment.