We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b874e98 + b0e6310 commit 94d1a7dCopy full SHA for 94d1a7d
Makefile
@@ -28,7 +28,6 @@ virtualenv: $(VIRTUAL_ENV)
28
# ignores test_pythonpackage.py since it runs for too long
29
test:
30
$(TOX) -- tests/ --ignore tests/test_pythonpackage.py
31
- @if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \
32
33
rebuild_updated_recipes: virtualenv
34
. $(ACTIVATE) && \
0 commit comments