Skip to content

Commit d65d764

Browse files
authored
Uhhh, fix twisted tests to actually run twisted (wat) (#906)
* Uhhh, fix twisted tests to actually run twisted (wat) * Update tox.ini
1 parent 0c8727f commit d65d764

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {pypy,pypy3,py27,py35,py36,py37,py38}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
2+
envlist = {pypy,pypy3,py27,py35,py36,py37,py38}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py37-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report
33

44
[testenv]
55
whitelist_externals =
@@ -22,13 +22,14 @@ commands =
2222
coverage run --parallel -m OpenSSL.debug
2323
coverage run --parallel -m pytest -v {posargs}
2424

25-
[testenv:py27-twistedMaster]
25+
[testenv:py37-twistedMaster]
2626
deps =
2727
# [tls,conch] syntax doesn't work here so we enumerate all dependencies.
2828
git+https://github.com/twisted/twisted
2929
idna
3030
service_identity
3131
bcrypt
32+
setenv =
3233
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
3334
commands =
3435
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"

0 commit comments

Comments
 (0)