From 5cf4124035e363ad41ff9539acd691f107a13066 Mon Sep 17 00:00:00 2001 From: Kliment Yanev Date: Mon, 18 Sep 2017 10:23:08 +0200 Subject: Remove references to scipy from travis config and setup.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a419b28..b8cf3d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: # command to install dependencies install: - - "pip install --only-binary=scipy -r requirements.txt" + - "pip install -r requirements.txt" - "pip install -r test-requirements.txt" - "pip install coveralls" -- cgit