lemoncurry/.travis.yml

13 lines
193 B
YAML
Raw Normal View History

2018-05-09 07:06:42 -04:00
language: python
cache:
pip: true
directories:
- $HOME/.local/share/virtualenvs
python:
- '3.6'
install:
- pip install pipenv
- pipenv install --dev
2018-05-09 07:06:42 -04:00
script:
- pipenv run pytest