bumper/.travis.yml
Brian Martin bcafa83c65 update travis and appveyor configs
update travis and appveyor configs to run pytest instead of nosetests
2019-06-03 09:55:22 -04:00

12 lines
273 B
YAML

language: python
# Enable python 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install pipenv
- pipenv install --dev
script: pipenv run python -m pytest