Skip to content

Commit 453ff6e

Browse files
committed
Fix tox in travis, remove --pre option in tox.ini
1 parent d481048 commit 453ff6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
python: 3.8
2020
- env: TOXENV=mypy
2121
python: 3.8
22-
install: pip install coveralls tox
22+
install: pip install "tox==3.15.0" "coveralls==1.11.1"
2323
script: tox
2424
after_success: coveralls
2525
cache:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = py{27,35,36,37,py38,py,py3},pre-commit,mypy,docs
33

44
[testenv]
5-
install_command = python -m pip install --ignore-installed --pre {opts} {packages}
5+
install_command = python -m pip install --ignore-installed {opts} {packages}
66
deps =
77
.[test]
88
commands =

0 commit comments

Comments
 (0)