6 Commits

Author SHA1 Message Date
Ed Morley e865cb31f4 Update PyPI classifiers to reflect tested Python versions 2016-08-28 23:52:38 +01:00
Ed Morley 433e02ec7e Add a tox config and some very primitive pip-grep and pip-diff tests
pip-grep and pip-diff were previously not tested at all. Ideally they
would be unit-tested from Python, however they'd need some refactoring
(they can't even be imported at present), so for now this is better than
nothing.

Another option for the future is possibly:
https://scripttest.readthedocs.io
2016-08-28 23:52:38 +01:00
Ed Morley 99d9f36ad7 Require pip>=1.5.0
Since anything older fails with:
  ImportError: No module named _vendor.requests
2016-08-28 23:52:38 +01:00
Kenneth Reitz 2dc013300c v0.1.0 2014-08-21 13:41:34 -04:00
Kenneth Reitz 3862c2f9a2 initial version of pip-grep 2014-07-31 12:20:27 -04:00
Kenneth Reitz fd65e4d148 exes 2014-07-22 15:16:27 -04:00