Skip to content

Commit

Permalink
Remove Python 3.3 from environment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Jan 26, 2020
1 parent 2ccd015 commit 18f84d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_api/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18f84d3

Please sign in to comment.