Test pip on Python 3.8
This commit is contained in:
parent
047f5659ab
commit
3af98288df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user