Skip to content

Commit

Permalink
Update pytest for most Python versions. (benjaminp#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp authored Jan 8, 2020
1 parent f4ccdb2 commit 9e824c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install --upgrade --force-reinstall "setuptools; python_version != '3.3'" "setuptools < 40; python_version == '3.3'"
- pip uninstall --yes six || true
- pip install --upgrade --force-reinstall --ignore-installed -e .
- pip install pytest==2.9.2 typing
- pip install "pytest==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" typing
- &py_pkg_list pip list --format=columns || pip list
script:
- py.test
Expand Down

0 comments on commit 9e824c0

Please sign in to comment.