Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Added
~~~~~
- A new `exec` command to send autoprotocol to a test workcell
- isort for automatic import sorting
- Python 3.9 support. Added to test suite.
- Example initial tests for `commands` file using `responses` pattern, starting with
`submit` and `projects`.
- Deprecation warning for existing `-i` option for `projects` command.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = clean, py36, py37, py38, stats, lint, docs
envlist = clean, py36, py37, py38, py39, stats, lint, docs

[testenv]
commands = python setup.py test {posargs}
Expand Down