bumper/.travis.yml
2019-03-18 23:18:55 -04:00

8 lines
111 B
YAML

language: python
python:
- "3.7"
install:
- pip install pipenv
- pipenv install --dev
script: nosetests