Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-12 12:15:25 -04:00
parent 20641583e3
commit 77e2ca1a85
+1 -1
View File
@@ -4,7 +4,7 @@ init:
pipenv install --dev --skip-lock
test:
# This runs all of the tests, on both Python 2 and Python 3.
detox
python setup.py test
ci:
pipenv run py.test -n 8 --boxed --junitxml=report.xml