Date: Saturday, November 2, 2019 @ 21:37:01
  Author: foutrelis
Revision: 522197

Use correct Python version in tox incovation

Modified:
  hypercorn/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-02 21:35:59 UTC (rev 522196)
+++ PKGBUILD    2019-11-02 21:37:01 UTC (rev 522197)
@@ -48,7 +48,7 @@
 check() {
   cd hypercorn
 
-  tox -e py37
+  tox -e py38
 }
 
 package() {

Reply via email to