added stuff for CI

This commit is contained in:
Kevin Froman 2020-04-23 04:34:51 -05:00
parent a73db66aab
commit 0fc9614d29
3 changed files with 7 additions and 1 deletions

View File

@ -2,4 +2,6 @@ dist: xenial
language: python language: python
python: python:
- 3.7 - 3.7
script: make test before_install:
- sudo apt-get -y install tor
script: make test

View File

@ -0,0 +1 @@
stem

View File

@ -4,3 +4,6 @@
# #
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in # pip-compile --generate-hashes --output-file=requirements.txt requirements.in
# #
stem==1.8.0 \
--hash=sha256:a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2 \
# via -r requirements.in