Skip to content

Commit a809965

Browse files
author
cclauss
authored
Update circle.yml
1 parent 7eda325 commit a809965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2
22
jobs:
3+
Python3:
34
build:
45
working_directory: ~/sc2reader
56
docker:
@@ -26,6 +27,7 @@ jobs:
2627
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2728
python -m unittest discover test_replays
2829
python -m unittest discover test_s2gs
30+
Python2:
2931
build:
3032
# working_directory: ~/sc2reader
3133
docker:

0 commit comments

Comments
 (0)