armada/setup.py
Alexis Rivera De La Torre d17485f8b9 [feat] adding-tox-testing
- tox commands
- docs update

Change-Id: Ie6caa498d6017822e095ee5b001124074e2755aa
2017-08-11 16:48:57 +00:00

11 lines
156 B
Python
Executable File

import setuptools
try:
import multiprocessing # noqa
except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
pbr=True)