pyUmbral/.travis.yml

13 lines
211 B
YAML
Raw Normal View History

language: python
cache: pip
python:
- 3.5
- 3.6
install:
- pip install -e .
- pip install pipenv --upgrade
- pipenv install --dev --three
script:
- pipenv run py.test tests
2018-02-10 10:17:40 +00:00
- codecov