Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Keep only courier_released in the default tox env list.
Browse files Browse the repository at this point in the history
This is in order to save time when running tests locally.

Travis should still execute tests against courier released *and* courier master.
  • Loading branch information
ralphbean committed Apr 29, 2019
1 parent 042839f commit a25350b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,12 @@ sudo dnf install -y rpm-devel krb5-devel
tox
```

Additionally, you can run the following to execute tests against the
latest *unreleased* version of Operator Courier:

```bash
tox -e 'py{36,37}-courier_master'
```

To run tests manually, you can use pytest directly:
```bash
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 = py{36,37}-courier_{released,master},flake8
envlist = py{36,37}-courier_released,flake8

[testenv]
deps =
Expand Down

0 comments on commit a25350b

Please sign in to comment.