Skip to content

Commit 57f975e

Browse files
author
cclauss
authored
Update circle.yml
1 parent 823c228 commit 57f975e

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
@@ -3,11 +3,11 @@ jobs:
33
build:
44
working_directory: ~/sc2reader
55
docker:
6-
- image: python:2.7.13
6+
- image: python:3.6.2
77
steps:
88
- checkout
99
- run:
10-
name: Flake8 and unittests on Python 2.7.13
10+
name: Flake8 and unittests on Python 3.6.2
1111
command: |
1212
python -m venv venv
1313
. venv/bin/activate
@@ -21,11 +21,11 @@ jobs:
2121
build:
2222
working_directory: ~/sc2reader
2323
docker:
24-
- image: python:3.6.2
24+
- image: python:2.7.13
2525
steps:
2626
- checkout
2727
- run:
28-
name: Flake8 and unittests on Python 3.6.2
28+
name: Flake8 and unittests on Python 2.7.13
2929
command: |
3030
python -m venv venv
3131
. venv/bin/activate

0 commit comments

Comments
 (0)