From: Can Sarıgöl Date: Wed, 9 Oct 2019 21:22:18 +0000 (+0300) Subject: Add Windows to the build matrix (#457) X-Git-Tag: 0.7.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5d0ad2a331b2c0bcb98772a661a6cdb4d5a2b91;p=thirdparty%2Fhttpx.git Add Windows to the build matrix (#457) * Added win32 to the build matrix * removed os: linux due to travis default * chopped empty line * applied only python 3.7 tests on Windows * added desc for windows allow failures * removed duplicate desc --- diff --git a/.travis.yml b/.travis.yml index 550e55df..81f82aba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,23 @@ matrix: env: NOX_SESSION=test-3.8 dist: bionic # Required to get OpenSSL 1.1.1+ - # Allow builds to fail when using '-dev' Python versions - # Should still investigate failures periodically for new APIs. + - os: windows + language: shell + python: 3.7 + env: + PATH=/c/Python37:/c/Python37/Scripts:$PATH + NOX_SESSION=test-3.7 + before_install: + - choco install python --version 3.7 + - python -m pip install --upgrade pip + fast_finish: true allow_failures: + # FIX + # Some tests not yet resolved for Windows. (In progress) + - os: windows + # Allow builds to fail when using '-dev' Python versions. + # We should still investigate failures periodically for new APIs. - python: 3.8-dev install: