| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dropping support for Python 3.2 and earlier Python 3 versions. Currently ↵ | Jason R. Coombs | 2015-10-22 | 1 | -1/+0 |
| | | | | | only log a warning, but future versions will fail. | ||||
| * | Now tests may be invoked simply with setup.py test. | Jason R. Coombs | 2015-02-25 | 1 | -1/+1 |
| | | |||||
| * | Bump script used for ez_setup.py | Jason R. Coombs | 2015-02-16 | 1 | -1/+1 |
| | | |||||
| * | Bump version loaded by ez_setup.py | Jason R. Coombs | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | Should be sufficient to invoke ./bootstrap. | Jason R. Coombs | 2015-01-02 | 1 | -2/+1 |
| | | |||||
| * | Report skipped tests | Jason R. Coombs | 2014-12-31 | 1 | -1/+1 |
| | | |||||
| * | Run bootstrap in order to purge the file finder from the egg_info (until ↵ | Jason R. Coombs | 2014-12-25 | 1 | -0/+3 |
| | | | | | travis is using Setuptoools 9.0). | ||||
| * | Test bootstrap against 7.0 release. | Jason R. Coombs | 2014-11-25 | 1 | -1/+1 |
| | | |||||
| * | Now that pytest is invoked via setup.py, it should no longer be necessary to ↵ | Jason R. Coombs | 2014-11-25 | 1 | -1/+0 |
| | | | | | continue to support running tests via setup.py test. | ||||
| * | Remove workaround for pytest issue | Jason R. Coombs | 2014-10-25 | 1 | -2/+0 |
| | | |||||
| * | Build the egg_info before running tests | Jason R. Coombs | 2014-10-25 | 1 | -0/+1 |
| | | |||||
| * | Move doctest directive and ignores to setup.cfg | Jason R. Coombs | 2014-09-27 | 1 | -2/+1 |
| | | |||||
| * | Also ignore lib2to3_ex.py | Jason R. Coombs | 2014-09-27 | 1 | -1/+2 |
| | | |||||
| * | Try ignoring release.py | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
| * | Add doctesting of modules. Ref #259. | Jason R. Coombs | 2014-09-27 | 1 | -1/+1 |
| | | |||||
| * | Indicate upgrade to test pytest-555 | Jason R. Coombs | 2014-08-07 | 1 | -1/+1 |
| | | |||||
| * | Testing fix for pytest-555 | Jason R. Coombs | 2014-08-07 | 1 | -2/+2 |
| | | |||||
| * | Omit sudo. Hope pytest is in the virtualenv5.4.2 | Jason R. Coombs | 2014-08-01 | 1 | -1/+1 |
| | | |||||
| * | Try running not in the context of the project under test | Jason R. Coombs | 2014-08-01 | 1 | -1/+1 |
| | | |||||
| * | Use 'python -m' to install to active Python version | Jason R. Coombs | 2014-08-01 | 1 | -1/+1 |
| | | |||||
| * | Downgrade pytest to get tests to pass. | Jason R. Coombs | 2014-08-01 | 1 | -0/+2 |
| | | |||||
| * | Bump version pulled for testing ez_setup.py | Jason R. Coombs | 2014-07-12 | 1 | -1/+1 |
| | | |||||
| * | Add Python 3.4 as a testable version. Bump version pulled in bootstrap test. | Jason R. Coombs | 2014-05-05 | 1 | -1/+2 |
| | | |||||
| * | Also run tests under unittest for now. Ref #181. | Jason R. Coombs | 2014-03-30 | 1 | -0/+1 |
| | | |||||
| * | Use pytest for running tests in Travis | Jason R. Coombs | 2014-03-23 | 1 | -1/+1 |
| | | |||||
| * | Forget --user | Jason R. Coombs | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | Exercise ez_setup.py now using the new version command line parameter. | Jason R. Coombs | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | The DEFAULT_VERSION won't be present. Try an earlier vesion. | Jason R. Coombs | 2014-03-06 | 1 | -1/+1 |
| | | |||||
| * | Try invoking ez_setup.py to ensure it works at a basic level | Jason R. Coombs | 2014-03-06 | 1 | -1/+3 |
| | | | | | | --HG-- extra : amend_source : 7cb5d6115f9933afd90e5d96a53af9c3ada79b80 | ||||
| * | Travis has dropped support for Python 2.5 ↵ | Jason R. Coombs | 2013-11-23 | 1 | -1/+0 |
| | | | | | (http://about.travis-ci.org/blog/2013-11-18-upcoming-build-environment-updates/). | ||||
| * | Add pypy to Travis platforms | Jason R. Coombs | 2013-07-22 | 1 | -0/+1 |
| | | |||||
| * | Run tests on 3.3 as well | Jason R. Coombs | 2013-05-28 | 1 | -0/+1 |
| | | | | | | --HG-- branch : distribute | ||||
| * | Nothing during install | Jason R. Coombs | 2012-07-22 | 1 | -2/+0 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 225691c27a718f11a94b31e8a661d56d3becc5b9 | ||||
| * | Travis doesn't support Python 2.4 (and never will). | Jason R. Coombs | 2012-07-22 | 1 | -1/+0 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 8a5e9acf606b18a5b88f3df1a108f9990bc4b891 | ||||
| * | Updated Trove classifiers to indicate supported Python versions | Jason R. Coombs | 2012-07-22 | 1 | -0/+2 |
| | | | | | | | --HG-- branch : distribute extra : rebase_source : 430e99bf42cb46f6ac996d26d5b2fd1f0000418e | ||||
| * | Renamed travis.yml to correctly match the spec | Jason R. Coombs | 2012-07-22 | 1 | -0/+9 |
| --HG-- branch : distribute extra : rebase_source : 4541bc1ab7af8fb6fbc54f68a0de8c473baa8a4d | |||||
