Skip to content

Commit

Permalink
Enable sudo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkmatterVale committed Jan 30, 2016
1 parent 735177f commit 3061ba0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
sudo: true
language: python

python:
Expand All @@ -7,8 +7,12 @@ python:
- '2.7'
- pypy

addons:
apt:
packages:
- python-numpy

install:
- apt-get install python-numpy
- pip install coveralls
- pip install -r requirements.txt

Expand Down

0 comments on commit 3061ba0

Please sign in to comment.