Fix version to reside in setup.py
There are better ways to do this according
to the community but I cannot get it to
work with tox atm. This will unblock the project though.
Change-Id: Ia6b42c8b2078938b0cbc76618938f953f2ab9cb2
Issue-ID: CIMAN-145
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
diff --git a/aria/aria-rest-server/tox.ini b/aria/aria-rest-server/tox.ini
index e74b672..435de03 100644
--- a/aria/aria-rest-server/tox.ini
+++ b/aria/aria-rest-server/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35
+envlist = py27
[testenv]
deps=
pytest