Remove py33 test

Now we are testing py34 instead of py33 on the gate.
And in most projects, py33 has been removed from tox.ini.

So this patch removes py33 from fairy-slipper.

Change-Id: Id3c1053bff0e53c44f170a44cd69f03621edbe75
This commit is contained in:
Ken'ichi Ohmichi 2016-01-13 08:22:16 +00:00
parent 42ea9b9bc2
commit dd69f4d26c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py33,py27,pypy,pep8,node
envlist = py34,py27,pypy,pep8,node
skipsdist = True
[testenv]