lemoncurry/.travis.yml

17 lines
284 B
YAML
Raw Permalink Normal View History

2018-05-09 07:06:42 -04:00
language: python
cache:
directories:
- $PIP_CACHE_DIR
- $PIPENV_CACHE_DIR
env:
global:
- PIP_CACHE_DIR=$HOME/.cache/pip
- PIPENV_CACHE_DIR=$HOME/.cache/pipenv
2018-05-09 07:06:42 -04:00
python:
- '3.6'
install:
- pip install pipenv
- pipenv install --dev
2018-05-09 07:06:42 -04:00
script:
- pipenv run pytest