mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
No wheels
This commit is contained in:
parent
1bdde25c0c
commit
7fdff404e6
2 changed files with 1 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -103,7 +103,7 @@ linkcheck:
|
||||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||||
|
|
||||||
release:
|
release:
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist upload
|
||||||
|
|
||||||
release-deb:
|
release-deb:
|
||||||
sh scripts/release-deb.sh debian jessie
|
sh scripts/release-deb.sh debian jessie
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
[wheel]
|
|
||||||
universal = 1
|
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
norecursedirs = tests/storage/servers/*
|
norecursedirs = tests/storage/servers/*
|
||||||
addopts = --tb=short
|
addopts = --tb=short
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue