Moving version to a single place in version.py (#358)

* Moving version to a single place in version.py
* Requirements in setup.py + tox.ini
This commit is contained in:
Mike Terzo
2017-02-13 00:35:15 -05:00
committed by GitHub
parent 35486e8e49
commit 1e5f683b66
13 changed files with 142 additions and 94 deletions

12
tox.ini Normal file
View File

@@ -0,0 +1,12 @@
[tox]
envlist = py{26,27,35,36}-{default,pinned,unpinned}
[testenv]
setenv =
TEST_DEPS=True
pinned: DEPS_RESOLVE=PINNED
unpinned: DEPS_RESOLVE=UNPINNED
commands=
py.test --cov=puppetboard --pep8 -v
py{27,35,36}: bandit -r puppetboard
py{27,35,36}: bandit -r tests