File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
18
18
- pip install -e .\[dev\]
19
19
20
20
script :
21
- - py.test tests --cov click_plugins --cov-report term-missing
21
+ - pytest tests --cov click_plugins --cov-report term-missing
22
22
23
23
after_success :
24
24
- coveralls
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ Developing
165
165
$ git clone https://github.com/click-contrib/click-plugins.git
166
166
$ cd click-plugins
167
167
$ pip install -e .\[dev\]
168
- $ py.test tests --cov click_plugins --cov-report term-missing
168
+ $ pytest tests --cov click_plugins --cov-report term-missing
169
169
170
170
171
171
Changelog
Original file line number Diff line number Diff line change 51
51
"via setuptools entry-points." ,
52
52
extras_require = {
53
53
'dev' : [
54
- 'pytest' ,
54
+ 'pytest>=3 ' ,
55
55
'pytest-cov' ,
56
56
'wheel' ,
57
57
'coveralls'
You can’t perform that action at this time.
0 commit comments