[CI] Don't use sudo to run tests

We're already running as root in the miniconda image
This commit is contained in:
yuvipanda
2018-06-29 02:21:02 -07:00
parent 97fed91c80
commit b874e6c7f0

View File

@@ -29,4 +29,4 @@ jobs:
- run:
name: run tests
command: |
sudo venv/bin/py.test tests/
py.test tests/