Create .travis.yml

This commit is contained in:
Brian Martin 2019-03-18 23:16:30 -04:00 committed by GitHub
parent a1ff95cc23
commit 70b88a4e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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