Run python setup.py install first

This commit is contained in:
Simon Willison 2018-04-16 17:28:37 -07:00
commit 00de2e8235
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -5,4 +5,4 @@ python:
- 3.6
script:
- pytest -vv
- python setup.py install && pytest -vv