Skip to content

Commit 8b8c698

Browse files
committed
Add more interpreter versions to multipython example
1 parent d28801d commit 8b8c698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/multipython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pytest
77
import _pytest._code
88

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

0 commit comments

Comments
 (0)