Test pip version

This commit is contained in:
Glandos 2021-04-06 14:27:32 +02:00 committed by GitHub
parent a57b2b1e27
commit a7cd52bca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,5 @@ script: tox
before_install: before_install:
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
install: install:
- pip --version
- pip install tox-travis - pip install tox-travis