There was an error while loading. Please reload this page.
1 parent bb5172f commit f3dfac1Copy full SHA for f3dfac1
.travis.yml
@@ -22,6 +22,8 @@ script:
22
- py.test tests --cov click_aliases --cov-report term-missing
23
- pip install 'click>6,<7'
24
- 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
27
28
after_success:
29
- coveralls
0 commit comments