Skip to content

Commit

Permalink
Don't install typing. (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp authored Jan 3, 2021
1 parent c0be881 commit c2a5935
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==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" typing
- pip install "pytest==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" "typing; python_version < '3'"
- &py_pkg_list pip list --format=columns || pip list
script:
- py.test
Expand Down

0 comments on commit c2a5935

Please sign in to comment.