This website requires JavaScript.
Explore
Help
Register
Sign In
McSinyx
/
pip
Watch
1
Star
1
Fork
You've already forked pip
0
mirror of
https://github.com/pypa/pip
synced
2023-12-13 21:30:23 +01:00
Code
Issues
Releases
Activity
0992a81d3e
pip
/
setup.cfg
6 lines
94 B
INI
Raw
Normal View
History
Unescape
Escape
Switch to using py.test as the test runner instead of nose * Better output with the bare asserts we use throughout the tests * Function fixtures are pretty nice, especially as a way to start a background server or create an isolated virtualenv
2013-08-18 11:59:44 +02:00
[pytest]
Rename pip.vendor.* to pip._vendor.* to ensure it's obviously private
2013-10-23 03:32:25 +02:00
addopts
=
--ignore pip/_vendor --ignore tests/tests_cache
Add the universal flag to setup.cfg to create version-independent wheels
2013-08-20 12:39:56 +02:00
Use the new wheel config section
2015-10-02 02:26:59 +02:00
[bdist_wheel]
Add the universal flag to setup.cfg to create version-independent wheels
2013-08-20 12:39:56 +02:00
universal
=
1
Reference in a new issue
Copy permalink