Skip to content

Commit 81bb549

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

circle.yml

Lines changed: 6 additions & 6 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
@@ -13,8 +13,8 @@ jobs:
1313
- master
1414
- old_master
1515
steps:
16-
- checkout
17-
- run:
16+
checkout
17+
run:
1818
name: Flake8 and unittests on Python 3.6.2
1919
command: |
2020
python -m venv venv
@@ -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
@@ -40,8 +40,8 @@ jobs:
4040
- master
4141
- old_master
4242
steps:
43-
- checkout
44-
- run:
43+
checkout
44+
run:
4545
name: Flake8 and unittests on Python 2.7.13
4646
command: |
4747
# pip install virtualenv

0 commit comments

Comments
 (0)