This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
attrs
mirror of
https://github.com/python-attrs/attrs.git
Watch
1
Star
1
Fork
You've already forked attrs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
402b825539
attrs
/
setup.cfg
10 lines
96 B
INI
Raw
Normal View
History
Unescape
Escape
Add some pytest options
2015-12-02 06:41:28 +00:00
[pytest]
minversion
=
2.8
strict
=
true
addopts
=
-ra
testpaths
=
tests
Don't use setup.py test & pytest-cov Mainly because the former doesn't use pip to install it's dependencies which makes stuff potentially slow (no wheel caching) and litters the current directory.
2015-07-26 11:04:17 +00:00
[wheel]
universal
=
1