Skip to content

Commit

Permalink
[CI] Add 3to2 and VERBOSE options
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and speth committed Dec 10, 2016
1 parent 2024d0f commit 29e935c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ addons:
- libboost-dev
before_script: |
pip install --user --install-option="--no-cython-compile" cython
pip install --user 3to2
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install scons
brew install boost
fi
export PATH=$HOME/.local/bin:$PATH
rm -f cantera.conf
script:
- scons build -j2 VERBOSE=y python_package=full python3_package=n blas_lapack_libs=lapack,blas optimize=n
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ install:
C:\Python27-x64\Scripts\pip.exe install --egg scons
C:\Python27-x64\Scripts\pip.exe install numpy
C:\Python27-x64\Scripts\pip.exe install cython
C:\Python27-x64\Scripts\pip.exe install 3to2
build_script:
- cmd: C:\Python27-x64\scons build -j2 boost_inc_dir=C:\Libraries\boost_1_62_0 debug=n
- cmd: C:\Python27-x64\scons build -j2 boost_inc_dir=C:\Libraries\boost_1_62_0 debug=n VERBOSE=y

test_script:
- ps: |
Expand Down

0 comments on commit 29e935c

Please sign in to comment.