Tests and CI #16

Merged
bmartin5692 merged 9 commits from dev into master 2019-03-19 04:39:04 +01:00
Showing only changes of commit 70b88a4e26 - Show all commits

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
install:
- pip install pipenv
- pipenv install --dev
script: nosetests