Disable py33 testing for now and reorder tests

There are a lot of changes needed to support py33, so it would
be a lot easier to just discontinue support for the time being.
I reorded the tests to avoid an incompatibility when pypy and
py27 in the .testrepository directory.  If pypy is run first,
the tests run successfully.

Change-Id: Ia03fb203974c7956f00c768a52ba9443c004a6c3
This commit is contained in:
Terry Howe 2015-02-04 13:44:47 -07:00
parent 0d8f8bc252
commit 6b71bcdfa4
1 changed files with 1 additions and 1 deletions

View File

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