setup.py has a tox error, making reviewday fail gating

Not sure how this happened, but its there ->
http://logs.openstack.org/85/376685/2/check/gate-reviewday-pep8-ubuntu-xenial/791ecbe/console.html#_2016-11-20_22_40_58_738004

Change-Id: Ifb68aa57292d54fc86943cd296ebdbb8f119df09
This commit is contained in:
Steven Dake 2016-11-21 05:33:22 -07:00
parent 53f6158bdd
commit 745653e3dd
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name="reviewday",
version="0.2.0",