Add Travis config file

This commit is contained in:
Danielle McLean 2018-05-09 21:06:42 +10:00
parent c55f437885
commit 4945b40810
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
cache:
pip: true
directories:
- $HOME/.local/share/virtualenvs
python:
- '3.6'
install:
- pip install pipenv
- pipenv install
script:
- pipenv run pytest