cr-connect-workflow/.travis.yml

12 lines
223 B
YAML
Raw Normal View History

2020-02-05 19:54:13 +00:00
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install pipenv pytest
- pipenv install
- pytest # <== This runs in Pipenv (a/k/a virtualenv)
# command to run tests
script:
- pytest