]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Change Python 3.8-dev to 3.8 in Travis (#477)
authorJt Miclat <jtmiclat@gmail.com>
Sun, 20 Oct 2019 17:17:22 +0000 (01:17 +0800)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sun, 20 Oct 2019 17:17:22 +0000 (12:17 -0500)
.travis.yml

index 81f82aba68bf39cfeb7f3e0a02da48b7715bb069..9a872a4ea5816e675c1e25d7aef5817ad4027d02 100644 (file)
@@ -18,7 +18,7 @@ matrix:
       env: NOX_SESSION=test-3.6
     - python: 3.7
       env: NOX_SESSION=test-3.7
-    - python: 3.8-dev
+    - python: 3.8
       env: NOX_SESSION=test-3.8
       dist: bionic # Required to get OpenSSL 1.1.1+
 
@@ -37,9 +37,6 @@ matrix:
     # 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:
   - pip install --upgrade nox