Add more interpreter versions to multipython example

This commit is contained in:
Bruno Oliveira 2016-08-03 16:48:49 -04:00
parent d28801d794
commit 8b8c698f1a
1 changed files with 1 additions and 1 deletions

View File

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