Skip to content

Commit

Permalink
See if I can get CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
andreww committed Aug 25, 2020
1 parent a38c60e commit f7daa1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install -U pip setuptools"
- "pip install -r requirements.txt"
# command to run tests
script: pytest
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
scipy
matplotlib
pytest

0 comments on commit f7daa1a

Please sign in to comment.