Commit 9492f1df authored by Daniel Williams's avatar Daniel Williams
Browse files

And so we enter the perpetual loop of misery which is getting lal to install on travis.

parent 6ae3dd35
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -18,10 +18,6 @@ addons:
      - libsasl2-2
      # misc python dependencies
      - libhdf5-serial-dev
      # awkward python packages
      #- python-numpy 
      #- python-scipy
      #- python-matplotlib
      
virtualenv:
  system_site_packages: true
@@ -48,7 +44,6 @@ before_install:
  - pip install -q ${PRE} --upgrade pip

  # build and install numpy first
  # this is installed by apt for speed atm
   - pip install -q ${PRE} "numpy>=1.9.1"

  # build src packages
@@ -59,7 +54,7 @@ before_install:

  # install testing dependencies
  # This is a sub-optimal way to do this!
  - pip install  ${PRE} -r requirements_dev.txt # coveralls "pytest>=2.8" unittest2
  - pip install  ${PRE} -r requirements_dev.txt 

install:
  - pip install ${PRE} -r requirements.txt
+3 −1
Original line number Diff line number Diff line
@@ -7,4 +7,6 @@ coverage==4.0
Sphinx==1.3.1
cryptography==1.0.1
PyYAML==3.11
coveralls 
pytest>=2.8
unittest2