Skip to content

Commit

Permalink
Updates per issue 2650
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Longofono authored Jul 12, 2017
1 parent 8fced44 commit 7aa2f3a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
Expand All @@ -13,9 +12,8 @@ python:
- "nightly" # currently points to 3.7-dev
# Scipy first because it has apt dependencies
before_install:
- sudo apt-get build-dep python-scipy
- pip install coveralls
- pip install scipy
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
Expand Down

0 comments on commit 7aa2f3a

Please sign in to comment.