Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update circle.yml
  • Loading branch information
cclauss authored Aug 23, 2017
commit a80996586967c00621991786e30dabd81934b006
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: 2
jobs:
Python3:
build:
working_directory: ~/sc2reader
docker:
Expand All @@ -26,6 +27,7 @@ jobs:
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
python -m unittest discover test_replays
python -m unittest discover test_s2gs
Python2:
build:
# working_directory: ~/sc2reader
docker:
Expand Down