Skip to content

Commit e17f068

Browse files
committed
Travis: Attempt to fix build error.
1 parent acc7e0b commit e17f068

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
sudo: False
12
language: python
23
python:
34
- "2.7"
45
- "3.4"
6+
addons:
7+
apt:
8+
packages:
9+
- gfortran
10+
- libatlas-base-dev
511

612
install:
7-
- sudo apt-get -qq install libatlas-base-dev gfortran
813
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
914
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then travis_wait pip install -r requirements-3.txt; fi
1015
- pip install pep8

0 commit comments

Comments
 (0)