Skip to content

Commit

Permalink
DX: Specify Click versions under test.
Browse files Browse the repository at this point in the history
- Cherry picked from upstream:

    click-contrib/click-aliases.git 0352616 2019-08-06

      Add click 7 support

      Closes click-contrib#2
  • Loading branch information
hotoffthehamster committed Mar 26, 2020
1 parent 2ae26b6 commit 84bf2fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[testenv]
toxenv = py{35,36,37}-click{70,71,7x}
passenv = LANG
deps = pytest
deps =
click70: click==7.0
click71: click==7.1
click7x: click>7,<8
pytest
commands = py.test

0 comments on commit 84bf2fa

Please sign in to comment.