Commit f98d1c78 by Simon János

initial commit

parents
.idea
.tox
*.egg-info
*.pyc
__pycache__
Circle Orchestrator
\ No newline at end of file
from setuptools import setup
setup(
name="orchestrator",
version="0.0.1",
author="Janos Simon",
author_email="simon.janos@sch.bme.hu",
description="Orchestrator for Circle cloud",
license="GPLv3",
url="http://circlecloud.org",
packages=['orchestrator', 'tests']
)
[tox]
envlist = py27
[testenv]
deps =
pytest
flake8
commands =
flake8 orchestrator
py.test -s tests
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment