mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
new yaml file test
This commit is contained in:
parent
a26e97542b
commit
57357a6059
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: 2.0
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: alpine:3.7
|
||||
steps:
|
||||
- run:
|
||||
name: The First Step
|
||||
command: |
|
||||
echo 'Hello World!'
|
||||
echo 'This is the delivery pipeline'
|
@ -1,11 +0,0 @@
|
||||
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