Skip to content

Commit

Permalink
debug 32bits
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnoud committed Jun 18, 2017
1 parent d1e536b commit 25bae25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- MAIN_CMD="python ./testsuite/MDAnalysisTests/mda_nosetests --processes=2 --process-timeout=400 --no-open-files --with-timer --timer-top-n 50"
- SETUP_CMD=""
- COVERALLS=false
- BUILD_CMD="OPT=${ADD_CFLAGS} pip install -v package/ && pip install testsuite/"
- BUILD_CMD="pip install -v package/ && pip install testsuite/"
- CONDA_DEPENDENCIES="nose=1.3.7 mock six biopython networkx cython joblib nose-timer"
- CONDA_ALL_DEPENDENCIES="mmtf-python nose=1.3.7 mock six biopython networkx cython joblib nose-timer matplotlib netcdf4 scikit-learn scipy seaborn coveralls clustalw=2.1"
# Install griddataformats from PIP so that scipy is only installed in the full build (#1147)
Expand All @@ -33,7 +33,6 @@ env:
- CONDA_CHANNEL_PRIORITY=True
- NUMPY_VERSION=stable
- ARCHITECTURE_32BIT=False
- ADD_CFLAGS=""

matrix:
fast_finish: true
Expand Down Expand Up @@ -83,7 +82,7 @@ matrix:
env: NAME='32bits'
PYTHON_VERSION=2.7
ARCHITECTURE_32BIT=True
ADD_CFLAGS='-m32'
CFLAGS='-m32'
addons:
apt:
packages:
Expand All @@ -104,6 +103,7 @@ install:
- eval $BUILD_CMD

script:
- echo ${LD_LIBRARY_PATH}
- cd ${TRAVIS_BUILD_DIR}
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then ulimit -S -n 2048; fi
- echo $MAIN_CMD $SETUP_CMD
Expand Down

0 comments on commit 25bae25

Please sign in to comment.