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 e83f4eb commit 81bb549Copy full SHA for 81bb549
circle.yml
@@ -1,7 +1,7 @@
1
version: 2
2
jobs:
3
Python3:
4
- - build:
+ build:
5
working_directory: ~/sc2reader
6
docker:
7
- image: python:3.6.2
@@ -13,8 +13,8 @@ jobs:
13
- master
14
- old_master
15
steps:
16
- - checkout
17
- - run:
+ checkout
+ run:
18
name: Flake8 and unittests on Python 3.6.2
19
command: |
20
python -m venv venv
@@ -28,7 +28,7 @@ jobs:
28
python -m unittest discover test_replays
29
python -m unittest discover test_s2gs
30
Python2:
31
32
# working_directory: ~/sc2reader
33
34
- image: python:2.7.13
@@ -40,8 +40,8 @@ jobs:
40
41
42
43
44
45
name: Flake8 and unittests on Python 2.7.13
46
47
# pip install virtualenv
0 commit comments