Skip to content

Commit e83f4eb

Browse files
author
cclauss
authored
Update circle.yml
1 parent 1f6c7f7 commit e83f4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
jobs:
33
Python3:
4-
build:
4+
- build:
55
working_directory: ~/sc2reader
66
docker:
77
- image: python:3.6.2
@@ -28,7 +28,7 @@ jobs:
2828
python -m unittest discover test_replays
2929
python -m unittest discover test_s2gs
3030
Python2:
31-
build:
31+
- build:
3232
# working_directory: ~/sc2reader
3333
docker:
3434
- image: python:2.7.13

0 commit comments

Comments
 (0)