Update Travis config to Python 3.7

This commit is contained in:
Paul McLanahan 2019-10-30 15:07:23 -04:00 коммит произвёл Paul McLanahan
Родитель 333d9d0903
Коммит 7a97b521a4
1 изменённых файлов: 2 добавлений и 15 удалений

Просмотреть файл

@ -1,19 +1,6 @@
sudo: false
language: python
python:
- "2.7"
env:
- PIP_DOWNLOAD_CACHE="pip_cache"
cache:
directories:
- pip_cache
install:
- pip install -r requirements.txt
- "3.7"
install: pip install -r requirements.txt
script: python check_advisories.py --all
notifications:
irc:
channels:
- "irc.mozilla.org#www"
on_success: never
on_failure: always
use_notice: true