Skip to content

Commit

Permalink
Merge pull request #276 from sigmavirus24/add-release-machinery
Browse files Browse the repository at this point in the history
Add machinery to create/upload releases
  • Loading branch information
sigmavirus24 committed Feb 11, 2016
2 parents 5433f79 + dc7e81c commit 74af8f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
@@ -1,4 +1,15 @@
[tox]
envlist = py27,py34

[testenv]
commands=python test_httpbin.py

[testenv:release]
skipdist = true
usedevelop = false
deps =
twine>=1.6.0
wheel
commands =
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*

0 comments on commit 74af8f2

Please sign in to comment.