From d65d76490dd3e7384be7ee7eb03e858548aa7591 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 30 Mar 2020 20:39:49 -0400 Subject: Uhhh, fix twisted tests to actually run twisted (wat) (#906) * Uhhh, fix twisted tests to actually run twisted (wat) * Update tox.ini --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9fe295f..19e6567 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {pypy,pypy3,py27,py35,py36,py37,py38}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py27-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report +envlist = {pypy,pypy3,py27,py35,py36,py37,py38}{,-cryptographyMaster,-cryptographyMinimum}{,-randomorder},py37-twistedMaster,pypi-readme,check-manifest,flake8,docs,coverage-report [testenv] whitelist_externals = @@ -22,13 +22,14 @@ commands = coverage run --parallel -m OpenSSL.debug coverage run --parallel -m pytest -v {posargs} -[testenv:py27-twistedMaster] +[testenv:py37-twistedMaster] deps = # [tls,conch] syntax doesn't work here so we enumerate all dependencies. git+https://github.com/twisted/twisted idna service_identity bcrypt +setenv = passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM commands = python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))" -- cgit v1.2.1