Skip to content

Commit

Permalink
build with tox 2.x and tox 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosta committed Apr 6, 2018
1 parent c404be9 commit 72b9c8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -6,5 +6,9 @@ python:
- "3.5"
- "3.6"
- "3.7-dev"
install: "pip install ."
env:
- TOX_VERSION="tox-2.x"
- TOX_VERSION="tox-3.x"
install:
- pip install --constraint "$TOX_VERSION" .
script: "tox"
1 change: 1 addition & 0 deletions tox-2.x
@@ -0,0 +1 @@
tox>=2.0,<3.0
1 change: 1 addition & 0 deletions tox-3.x
@@ -0,0 +1 @@
tox>=3.0,<4.0

0 comments on commit 72b9c8a

Please sign in to comment.