diff --git a/.travis.yml b/.travis.yml index e2fe7da..bdef08f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - '3.7' +dist: focal install: - pip install pipenv==2022.1.8 - pipenv install setuptools==60.5.0 @@ -11,7 +12,6 @@ script: jobs: include: - python: '3.7' - dist: focal sudo: true - stage: sonarcloud if: tag IS NOT present