Skip to content

Commit

Permalink
[python] update README.md (sylhare#190)
Browse files Browse the repository at this point in the history
[python] update README.md

Updates the readme to reflect the state of Python's Analyzer, Representer, and Test Runner.
  • Loading branch information
yawpitch authored and ErikSchierboom committed Jan 19, 2020
1 parent f70b0b1 commit 907fd7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions languages/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ Before launch, we need all of the following parts to be completed:

### Representer

- [ ] Build Representer
- [x] Build [Representer](https://github.com/exercism/python-representer)
- [ ] Deploy Representer

### Test Runner

- [ ] Build Test Runner
- [ ] Deploy Test Runner
- [x] Build [Test Runner](https://github.com/exercism/python-test-runner)
- [x] Deploy Test Runner

## Extra magic

These extra steps will make your track better, but are optional.

### Analyzer

- [ ] Build Analyzer
- [ ] Deploy Analyzer
- [x] Build [Analyzer](https://github.com/exercism/python-analyzer)
- [x] Deploy Analyzer

0 comments on commit 907fd7a

Please sign in to comment.