Add tox.ini
for building docs automatically with buildbot
so we can have a truly "latest" version at rattailproject.org
This commit is contained in:
parent
42c1adc8f8
commit
7ca3136905
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
Rattail Tutorial.egg-info/
|
rattail_tutorial.egg-info/
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
.tox/
|
||||||
.vagrant/
|
.vagrant/
|
1
setup.py
1
setup.py
|
@ -46,6 +46,7 @@ requires = [
|
||||||
'psycopg2', # 2.6.2
|
'psycopg2', # 2.6.2
|
||||||
'rattail', # 0.7.25
|
'rattail', # 0.7.25
|
||||||
'Tailbone', # 0.5.29
|
'Tailbone', # 0.5.29
|
||||||
|
'tox', # 3.13.2
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue