Skip to content

Commit

Permalink
parallel twisted tests and newer mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 24, 2023
1 parent 240ae6f commit f2b3ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setenv =
commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"
python -m twisted.trial --reporter=text twisted
python -m twisted.trial -j4 --reporter=text twisted

[testenv:flake8]
basepython = python3
Expand All @@ -54,7 +54,7 @@ commands =

[testenv:py36-mypy]
deps =
mypy==0.950
mypy==1.1.1
skip_install = true
commands =
mypy src
Expand Down

0 comments on commit f2b3ee0

Please sign in to comment.