Fix pytest on macOS in Travis (#5360)

* Add tools/pytest.sh

* pass TRAVIS through in tox.ini

* Use tools/pytest.sh to run pytest

* Add quiet to pytest.ini

* ignore pytest cache
This commit is contained in:
Brad Warren
2018-01-03 17:49:22 -08:00
committed by ohemorange
parent ed2168aaa8
commit 5388842e5b
6 changed files with 32 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
[pytest]
addopts = --quiet