Remove Python 3.3 from list of tox environments

Remove Python 3.3 from the list of tox test environments since we do
not currently support Python 3.3 for swift.
Change-Id: I7993a511e8433b21b292f21f4775e4ef2b5c2539
This commit is contained in:
Peter Portante
2013年12月02日 13:54:40 -05:00
parent 73b0df1ead
commit bdcf6adc28

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,pep8
envlist = py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.