Skip to content

Commit f3dfac1

Browse files
committed
.travis.yml: Test click 5.1
1 parent bb5172f commit f3dfac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ script:
2222
- py.test tests --cov click_aliases --cov-report term-missing
2323
- pip install 'click>6,<7'
2424
- py.test tests --cov click_aliases --cov-report term-missing --cov-append
25+
- pip install 'click>5,<6'
26+
- py.test tests --cov click_aliases --cov-report term-missing --cov-append
2527

2628
after_success:
2729
- coveralls

0 commit comments

Comments
 (0)