This website works better with JavaScript.
Home
Help
Sign In
chiefnoah
/
interview
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Adds drone config
master
Noah Pederson
2 years ago
parent
94b14290ff
commit
093be81ee7
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.drone.yml
+ 8
- 0
.drone.yml
View File
@ -0,0 +1,8 @@
kind
:
pipeline
name
:
default
steps:
-
name
:
tests
image
:
python:3.7.2-slim-stretch
commands:
-
python -m unittest discover tests
Write
Preview
Loading…
Cancel
Save