This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kev
/
youandme
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added stuff for CI
master
Kevin Froman
10 months ago
parent
a73db66aab
commit
0fc9614d29
3 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.travis.yml
+1
-0
requirements.in
+3
-0
requirements.txt
+ 3
- 1
.travis.yml
View File
@ -2,4 +2,6 @@ dist: xenial
language
:
python
python:
-
3.7
script
:
make test
before_install:
-
sudo apt-get -y install tor
script
:
make test
+ 1
- 0
requirements.in
View File
@ -0,0 +1 @@
stem
+ 3
- 0
requirements.txt
View File
@ -4,3 +4,6 @@
#
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
#
stem==1.8.0 \
--hash=sha256:a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2 \
# via -r requirements.in
Write
Preview
Loading…
Cancel
Save