Add Travis Integration

This commit is contained in:
Daniel van Flymen 2017-11-12 16:20:22 -05:00
parent d02ce03dde
commit 5d1b972b82
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: python
python:
- 3.6
- nightly
env:
- PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1
install:
- pip install pipenv
- pipenv --three
- pipenv install -d --system
script:
- pipenv run python -m unittest