aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2017-03-31Fix coverage tox configBen Nemec1-1/+1
By default coverage looks for os-net-config, but since that's not a valid python package name the actual package is called os_net_config. This change correctly specifies that. Change-Id: I5949ad2380942440f74397c2d74c94bc6ef3c55d
2017-03-15Merge "H803 hacking have been deprecated"Jenkins1-2/+1
2016-12-21H803 hacking have been deprecatedxhzhf1-2/+1
H803 hacking have been removed. https://github.com/openstack-dev/hacking/blob/master/setup.cfg Closes-Bug: #1650741 Change-Id: I915f80e1ef5a04f627fae9d60644b191e9e1cbed
2016-12-21Drop py33 support and add py35Tony Xu1-1/+1
"Python 3.3 support is being dropped since OpenStack Liberty." written in following URL. https://wiki.openstack.org/wiki/Python3 And already the infra team and the oslo team are dropping py33 support from their projects. Since we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py33 support too. Change-Id: Ia11cf4c1e7ec2a2c90c4feb75f2530359087210f
2015-12-26py26 is no longer supported by Infra's CIjanonymous1-2/+2
Python 2.6 support would be dropped by Infra team from mitaka,CI would no longer be testing it, so projects should drop it too. Change-Id: Ic7dc4b74d231c47c28e789941cd30897880cb791
2014-06-06Initial commitDan Prince1-0/+34
Initial commit of the project layout