mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
add circle yaml file
This commit is contained in:
parent
e8090eccb1
commit
74a15c4f1a
11
gradio/circle.yml
Normal file
11
gradio/circle.yml
Normal file
@ -0,0 +1,11 @@
|
||||
machine:
|
||||
python:
|
||||
version: 3.7.2
|
||||
|
||||
dependencies:
|
||||
override:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
override:
|
||||
- python3 -m unittest
|
Loading…
Reference in New Issue
Block a user