Commit 7e208106 authored by Daniel Williams's avatar Daniel Williams
Browse files

Travis.

parent f25d96ac
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ virtualenv:

matrix:
  include:
    - python: 2.6
      env: STRICT=false
    - python: 2.7
      env: STRICT=false
    - python: 3.5
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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

requirements.txt

0 → 100644
+3 −0
Original line number Diff line number Diff line
numpy
scipy
matplotlib