[Test] Always reset configuration on Travis CI
This commit is contained in:
parent
c88aaf9fc2
commit
67e6d6c766
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue