[CI] Remove python_package options from Travis build command
This commit is contained in:
parent
4e6af27edf
commit
3e39a0bc3d
1 changed files with 2 additions and 2 deletions
|
|
@ -32,9 +32,9 @@ before_script: |
|
|||
rm -f cantera.conf
|
||||
script: |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
scons build -j2 VERBOSE=y python_package=none python2_package=full python3_package=full python3_cmd=/usr/bin/python3 blas_lapack_libs=lapack,blas optimize=n coverage=y
|
||||
scons build -j2 VERBOSE=y python2_package=full python3_package=full python3_cmd=/usr/bin/python3 blas_lapack_libs=lapack,blas optimize=n coverage=y
|
||||
else
|
||||
scons build -j2 VERBOSE=y python_package=none python2_package=full python3_package=full blas_lapack_libs=lapack,blas optimize=n coverage=y
|
||||
scons build -j2 VERBOSE=y python2_package=full python3_package=full blas_lapack_libs=lapack,blas optimize=n coverage=y
|
||||
fi
|
||||
scons test
|
||||
after_success: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue