From 3af98288dfc2901a68f4477cd5dd19c9c94dc91b Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Feb 09 2019 19:15:59 +0000 Subject: Test pip on Python 3.8 --- diff --git a/tests/tests.yml b/tests/tests.yml index c7ab9b7..6e23a66 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -20,6 +20,9 @@ - smoke37: dir: python/smoke run: VERSION=3.7 ./venv.sh + - smoke38: + dir: python/smoke + run: VERSION=3.8 ./venv.sh - smoke26: dir: python/smoke run: VERSION=2.6 METHOD=virtualenv TOX=false ./venv.sh @@ -38,6 +41,9 @@ - smoke37_virtualenv: dir: python/smoke run: VERSION=3.7 METHOD=virtualenv ./venv.sh + - smoke38_virtualenv: + dir: python/smoke + run: VERSION=3.8 METHOD=virtualenv ./venv.sh - pipenv: run: pipenv --three && pipenv install six required_packages: @@ -49,6 +55,7 @@ - python35 - python36 - python37 + - python38 - python2-devel - python3-devel - python3-tox