Skip to content

Commit

Permalink
Merge pull request #2 from willu47/bug-testing
Browse files Browse the repository at this point in the history
Amended travis.yml so matplotlib and numpy versions align
  • Loading branch information
dhadka committed Sep 23, 2015
2 parents b41a4f9 + be66b75 commit a59aaf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ python:
- "3.3"

env:
- DEPS="numpy=1.8.0 scipy matplotlib"
- DEPS="numpy=1.9.0 scipy matplotlib"
- DEPS="numpy scipy matplotlib"

install:
Expand Down Expand Up @@ -36,4 +34,4 @@ script:
after_success:
- coveralls
notifications:
email: false
email: false
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def setup_package():
license=open('LICENSE.md').read(),
tests_require=['nose'],
install_requires=[
"numpy>1.7",
"numpy>=1.9.0",
"scipy",
"matplotlib>1.4",
"matplotlib>=1.4.3",
],

extras_require = {
Expand Down

0 comments on commit a59aaf0

Please sign in to comment.