Commit bf93b16f authored by Daniel Williams's avatar Daniel Williams
Browse files

Travis added sudo and new autotools.

parent 7e208106
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
language: python
sudo: required

addons:
  apt:
@@ -38,6 +39,9 @@ matrix:
  fast_finish: true

before_install:
  - sudo add-apt-repository ppa:dns/gnu -y
  - sudo apt-get update -q
  - sudo apt-get install --only-upgrade autoconf
  # update pip
  - pip install -q ${PRE} --upgrade pip
  # build and install numpy first