summaryrefslogtreecommitdiffstats
path: root/aria/aria-rest-server/tox.ini
diff options
context:
space:
mode:
authorJeremy Phelps <jphelps@linuxfoundation.org>2018-03-27 17:43:51 -0500
committerJeremy Phelps <jphelps@linuxfoundation.org>2018-03-27 18:03:34 -0500
commit79f13c5a6438c2182657fda8f97283bb8e4a63db (patch)
treebccdb2e7dd29afbd0a0c74c1aa7045dc904cc943 /aria/aria-rest-server/tox.ini
parent6106954e541450cbb5545a2c8a928103249cfe72 (diff)
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>
Diffstat (limited to 'aria/aria-rest-server/tox.ini')
-rw-r--r--aria/aria-rest-server/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/aria/aria-rest-server/tox.ini b/aria/aria-rest-server/tox.ini
index e74b672b26..435de03638 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