Use python 3 interpreters in example

This commit is contained in:
Bruno Oliveira 2019-06-02 19:20:00 -03:00
parent 5c016d1021
commit 5999782768
1 changed files with 1 additions and 1 deletions

View File

@ -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)