Use python 3 interpreters in example
This commit is contained in:
parent
5c016d1021
commit
5999782768
|
@ -9,7 +9,7 @@ import textwrap
|
|||
|
||||
import pytest
|
||||
|
||||
pythonlist = ["python2.7", "python3.4", "python3.5"]
|
||||
pythonlist = ["python3.5", "python3.6", "python3.7"]
|
||||
|
||||
|
||||
@pytest.fixture(params=pythonlist)
|
||||
|
|
Loading…
Reference in New Issue