Skip to content

Commit

Permalink
test against prerelease nameko
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbennett committed Nov 22, 2018
1 parent 32df43b commit 30ade73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py34,py35,py36,py37}-{oldest,latest}-lib, py37-examples
envlist = {py27,py34,py35,py36,py37}-{oldest,latest,prerelease}-lib, py37-examples
skipsdist = True

[testenv]
Expand All @@ -17,5 +17,7 @@ commands =
lib: pip install --editable .[dev]
lib: make test_lib

prerelease: pip install --pre --upgrade nameko

examples: pip install --editable .[dev,examples]
examples: make test_examples

0 comments on commit 30ade73

Please sign in to comment.