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.
1 parent a5b7db9 commit 98a5377Copy full SHA for 98a5377
requirements-test.txt
@@ -2,4 +2,5 @@ flake8
2
pytest
3
pytest-cov
4
pytest-mock
5
+twine
6
yapf==0.21.0
tox.ini
@@ -5,6 +5,7 @@ envlist =
lint
format-check
7
doc
8
+ py{27,36}-build
9
skipsdist = true
10
11
[travis]
@@ -22,6 +23,7 @@ deps =
22
23
-rrequirements-test.txt
24
commands =
25
unit: py.test -vv
26
+ build: python setup.py sdist bdist_wheel
27
28
[testenv:lint]
29
@@ -41,3 +43,7 @@ deps=
41
43
-rrequirements-doc.txt
42
44
commands=
45
python setup.py build_sphinx --builder=html
46
+
47
+[testenv:release]
48
+commands=
49
+ twine upload dist/*
0 commit comments