Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneas-wp3 committed Apr 23, 2019
1 parent 829658f commit 86c94d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "3.6"

before_install:
- pip3 install numpy scipy

install:
- pip3 install -r requirements.txt
- pip3 install nose

script:
- nosetests

0 comments on commit 86c94d6

Please sign in to comment.