No wheels

This commit is contained in:
Markus Unterwaditzer 2017-12-04 20:16:29 +01:00
parent 1bdde25c0c
commit 7fdff404e6
2 changed files with 1 additions and 4 deletions

View file

@ -103,7 +103,7 @@ linkcheck:
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
release:
python setup.py sdist bdist_wheel upload
python setup.py sdist upload
release-deb:
sh scripts/release-deb.sh debian jessie

View file

@ -1,6 +1,3 @@
[wheel]
universal = 1
[tool:pytest]
norecursedirs = tests/storage/servers/*
addopts = --tb=short