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