diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
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"
@@ -39,7 +39,7 @@ METADATA = { } SETUPTOOLS_METADATA = { - 'install_requires': ['cairocffi==0.6', 'scipy'], + 'install_requires': ['cairocffi==0.6'], } |