Skip to content

Commit

Permalink
adding setup.py to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Dec 27, 2019
1 parent 13472ee commit fd0559b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: python
python:
- "3.6"
install: pip install -r requirements.txt
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install .
script:
- nosetests

0 comments on commit fd0559b

Please sign in to comment.