diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-10-17 09:59:35 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-10-17 10:00:31 -0400 |
commit | 44693e83e54614732b8c2689f87d82ce1d6556cb (patch) | |
tree | ef62071717f4f39278f98a10d45a1a94079ac180 /tox.ini | |
parent | 70c3c869fb7be5155545ba8c3e863f073247fb3d (diff) |
Bump to py36 now that LF installed itv1.2.01.0.0-ONAP1.0.0-Amsterdam
Issue-ID: DCAEGEN2-60
Change-Id: I25adc7f553871fbf12b2e2d2015c0a347e3ed6eb
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py27,py35 +envlist = py27,py36 [testenv] deps= |