new yaml file test

This commit is contained in:
dawoodkhan82 2019-05-29 03:43:58 -07:00
parent a26e97542b
commit 57357a6059
2 changed files with 11 additions and 11 deletions

11
.circleci/config.yml Normal file
View 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'

View File

@ -1,11 +0,0 @@
machine:
python:
version: 3.7.2
dependencies:
override:
- pip install -r requirements.txt
test:
override:
- python3 -m unittest