Skip to content

Commit e7d49eb

Browse files
author
cclauss
authored
Update circle.yml
1 parent 8f387e1 commit e7d49eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 2.7.13
1919
command: |
2020
# pip install virtualenv
@@ -50,8 +50,8 @@ jobs:
5050
- master
5151
- old_master
5252
steps:
53-
checkout
54-
run:
53+
- checkout
54+
- run:
5555
name: Flake8 and unittests on Python 3.6.2
5656
command: |
5757
python -m venv venv

0 commit comments

Comments
 (0)