travis: ignore running pip for language: python

This commit is contained in:
Alibek Omarov 2019-10-18 01:15:52 +03:00 committed by GitHub
parent 8870853a19
commit d1770111a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
apt:
packages:
- build-essential
install:
- echo meow # do not run pip
script:
- bash run-tests.sh $TYPE
- stage: deploy
@ -26,6 +28,8 @@ jobs:
dist: xenial
python: "3.8"
env: TYPE="ext"
install:
- echo meow # do not run pip
script:
- bash build-waf.sh
after_script: