Loading .travis.yml +0 −3 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ virtualenv: matrix: include: - python: 2.6 env: STRICT=false - python: 2.7 env: STRICT=false - python: 3.5 Loading @@ -49,7 +47,6 @@ before_install: # install cython to speed up scipy build - travis_retry pip install -q ${PRE} --install-option="--no-cython-compile" Cython # install testing dependencies # This is a sub-optimal way to do this! - pip install ${PRE} -r requirements_dev.txt install: - pip install ${PRE} -r requirements.txt Loading .travis/setup_environment.sh +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ LIBFRAME_VER=v8r26 LALBRANCH=sim_burst_numrel mkdir .local # CHECK IF WE'RE INSTALLING INTO A VIRTUALENV if [ -n "$VIRTUAL_ENV" ]; then LOCATION=$VIRTUAL_ENV Loading requirements.txt 0 → 100644 +3 −0 Original line number Diff line number Diff line numpy scipy matplotlib Loading
.travis.yml +0 −3 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ virtualenv: matrix: include: - python: 2.6 env: STRICT=false - python: 2.7 env: STRICT=false - python: 3.5 Loading @@ -49,7 +47,6 @@ before_install: # install cython to speed up scipy build - travis_retry pip install -q ${PRE} --install-option="--no-cython-compile" Cython # install testing dependencies # This is a sub-optimal way to do this! - pip install ${PRE} -r requirements_dev.txt install: - pip install ${PRE} -r requirements.txt Loading
.travis/setup_environment.sh +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ LIBFRAME_VER=v8r26 LALBRANCH=sim_burst_numrel mkdir .local # CHECK IF WE'RE INSTALLING INTO A VIRTUALENV if [ -n "$VIRTUAL_ENV" ]; then LOCATION=$VIRTUAL_ENV Loading
requirements.txt 0 → 100644 +3 −0 Original line number Diff line number Diff line numpy scipy matplotlib