use python docker for CI instead of ubuntu

Этот коммит содержится в:
Kevin Froman 2019-12-19 03:29:51 -06:00
родитель e77e213589
Коммит ef794b18cf
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1,8 +1,8 @@
test:
image: ubuntu:disco
image: python
script:
- apt-get update -qy
- apt-get install -y python3-pip tor
- apt-get install -y tor
- pip3 install --require-hashes -r requirements.txt
- pip3 install --require-hashes -r requirements-notifications.txt
- python3 --version