Skip to content

Commit 51b7ebe

Browse files
author
Scisco
committed
speed up travis
1 parent b596b0a commit 51b7ebe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ env:
1111
- PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
1212
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
1313

14+
virtualenv:
15+
system_site_packages: true
16+
1417
addons:
1518
apt:
1619
packages:
@@ -20,6 +23,8 @@ addons:
2023
- libatlas-dev
2124
- libatlas-base-dev
2225
- gfortran
26+
- python-numpy
27+
- python-scipy
2328

2429
python:
2530
- '2.7'
@@ -29,7 +34,6 @@ before_install:
2934
- pip install wheel
3035

3136
install:
32-
- "pip install scipy"
3337
- "pip wheel -r requirements/dev.txt"
3438
- "pip install -r requirements/dev.txt"
3539

0 commit comments

Comments
 (0)