Skip to content

Commit b4c90ba

Browse files
committed
re=write of circle config
1 parent c1d70d3 commit b4c90ba

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

circle.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
version: 2
22
jobs:
3-
build:
4-
working_directory: .
53
test:
64
working_directory: .
75
docker:
@@ -24,12 +22,10 @@ jobs:
2422
command: docker-compose run dockerapp python test.py
2523
workflows:
2624
version: 2
27-
build_and_test:
25+
test:
2826
jobs:
29-
- build
30-
- test:
31-
requires:
32-
- build
27+
- test
28+
3329
# deploy:
3430
# hub:
3531
# branch: /.*/

0 commit comments

Comments
 (0)