Skip to content

Commit

Permalink
added requirements.txt and updated .travis.yml accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Maribel Acosta committed Feb 28, 2019
1 parent c79f13e commit 7d9fbf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- python setup.py install
script:
- python -m diefpy.tests.test_dief
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
matplotlib>=1.3.1
numpy>=1.8.0

0 comments on commit 7d9fbf6

Please sign in to comment.