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 e83f4eb5a4c1058f0be70e74c211e8b03462cd98
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
jobs:
Python3:
build:
- build:
working_directory: ~/sc2reader
docker:
- image: python:3.6.2
Expand All @@ -28,7 +28,7 @@ jobs:
python -m unittest discover test_replays
python -m unittest discover test_s2gs
Python2:
build:
- build:
# working_directory: ~/sc2reader
docker:
- image: python:2.7.13
Expand Down