We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c228 commit 57f975eCopy full SHA for 57f975e
circle.yml
@@ -3,11 +3,11 @@ jobs:
3
build:
4
working_directory: ~/sc2reader
5
docker:
6
- - image: python:2.7.13
+ - image: python:3.6.2
7
steps:
8
- checkout
9
- run:
10
- name: Flake8 and unittests on Python 2.7.13
+ name: Flake8 and unittests on Python 3.6.2
11
command: |
12
python -m venv venv
13
. venv/bin/activate
@@ -21,11 +21,11 @@ jobs:
21
22
23
24
- - image: python:3.6.2
+ - image: python:2.7.13
25
26
27
28
- name: Flake8 and unittests on Python 3.6.2
+ name: Flake8 and unittests on Python 2.7.13
29
30
31
0 commit comments