mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 22:59:31 +00:00
Remove Python 2 tests
This commit is contained in:
@@ -6,7 +6,6 @@ set -ex
|
||||
|
||||
# validate required software is installed
|
||||
|
||||
python2 --version
|
||||
python3 --version
|
||||
ipython3 --version
|
||||
|
||||
@@ -30,8 +29,7 @@ if [ -z $VM ]; then
|
||||
python --version
|
||||
ipython --version
|
||||
pip2 --version
|
||||
# `python` is python2 for now
|
||||
[[ $(python -c 'import sys;print(sys.version_info.major)') == "2" ]]
|
||||
[[ $(python -c 'import sys;print(sys.version_info.major)') == "3" ]]
|
||||
|
||||
# ptvsd does not have a stand-alone binary
|
||||
python -m ptvsd --version
|
||||
|
||||
Reference in New Issue
Block a user