forked from 00dani/lemoncurry
Add Travis config file
This commit is contained in:
parent
c55f437885
commit
4945b40810
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
Loading…
Reference in a new issue