Skip to content

Commit 9e824c0

Browse files
authored
Update pytest for most Python versions. (#318)
1 parent f4ccdb2 commit 9e824c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- pip install --upgrade --force-reinstall "setuptools; python_version != '3.3'" "setuptools < 40; python_version == '3.3'"
1616
- pip uninstall --yes six || true
1717
- pip install --upgrade --force-reinstall --ignore-installed -e .
18-
- pip install pytest==2.9.2 typing
18+
- pip install "pytest==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" typing
1919
- &py_pkg_list pip list --format=columns || pip list
2020
script:
2121
- py.test

0 commit comments

Comments
 (0)