Skip to content

Commit

Permalink
Fix tox in travis, remove --pre option in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed May 12, 2020
1 parent d481048 commit 453ff6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:
python: 3.8
- env: TOXENV=mypy
python: 3.8
install: pip install coveralls tox
install: pip install "tox==3.15.0" "coveralls==1.11.1"
script: tox
after_success: coveralls
cache:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = py{27,35,36,37,py38,py,py3},pre-commit,mypy,docs

[testenv]
install_command = python -m pip install --ignore-installed --pre {opts} {packages}
install_command = python -m pip install --ignore-installed {opts} {packages}
deps =
.[test]
commands =
Expand Down

0 comments on commit 453ff6e

Please sign in to comment.