Remove Python 3.3 from environment tests

This commit is contained in:
Dave Halter
2020-01-26 01:30:31 +01:00
parent 2ccd015b5a
commit 18f84d3af7

View File

@@ -27,7 +27,7 @@ def test_find_system_environments():
@pytest.mark.parametrize(
'version',
['2.7', '3.3', '3.4', '3.5', '3.6', '3.7']
['2.7', '3.4', '3.5', '3.6', '3.7']
)
def test_versions(version):
try: