Run local tests with 3.8 as well
authorIustin Pop <iustin@k1024.org>
Tue, 26 Nov 2019 21:23:10 +0000 (22:23 +0100)
committerIustin Pop <iustin@k1024.org>
Tue, 26 Nov 2019 21:23:10 +0000 (22:23 +0100)
Makefile

index 634c6d07b77ac360240743f9e3b6e086e15cf17c..b4e068d24b1ef23fb6d789360ece49e0f29321b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ distcheck: dist
        echo "All good, you can upload $(DISTFILE)!"
 
 test:
-       @for ver in 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7; do \
+       @for ver in 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8; do \
          for flavour in "" "-dbg"; do \
            if type python$$ver$$flavour >/dev/null; then \
              echo Testing with python$$ver$$flavour; \