strike python2.5 from test code cc @flub

This commit is contained in:
holger krekel
2014-09-05 09:50:40 +02:00
parent eae1055fb0
commit 745737e337
3 changed files with 7 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ serialization via the pickle module.
import py
import pytest
pythonlist = ['python2.4', 'python2.5', 'python2.6', 'python2.7', 'python2.8']
pythonlist = ['python2.6', 'python2.7', 'python3.4']
@pytest.fixture(params=pythonlist)
def python1(request, tmpdir):
picklefile = tmpdir.join("data.pickle")