update travis and appveyor configs

update travis and appveyor configs to run pytest instead of nosetests
This commit is contained in:
Brian Martin 2019-06-03 09:55:22 -04:00
parent 615c6011ed
commit bcafa83c65
4 changed files with 34 additions and 4 deletions

View file

@ -9,4 +9,4 @@ install:
- pip install pipenv
- pipenv install --dev
script: nosetests
script: pipenv run python -m pytest