bad travis copy

This commit is contained in:
Robert Zajac 2019-01-09 20:35:03 -05:00
parent 869351a380
commit 714ea929a7

View File

@ -5,9 +5,9 @@ python:
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install "pytest>=3.6"
- pip install codecov pytest-cov pytest-asyncio pylint
- python setup.py develop
script:
- pytest --cov=./ -v