summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* setup.cfg - fix [wheel] -> [bdist_wheel]Adam Chainz2016-04-151-1/+1
| | | | [wheel] is legacy, [bdist_wheel] is the future. See https://bitbucket.org/pypa/wheel/src/4da780b849affbff98a0defb21ad1f30a94d6f57/wheel/bdist_wheel.py?at=default&fileviewer=file-view-default#bdist_wheel.py-119
* Setup pytest configuration for benchmarksJohn Anderson2015-07-021-0/+1
| | | | | Using tox -e py27 -- -m benchmark or pytest -m benchmark you can now run the benchmarking tests
* flake8 the testsJohn Anderson2015-06-201-1/+0
|
* Merge branch 'flake8' of https://github.com/sontek/pymemcache into ↵John Anderson2015-06-201-0/+4
|\ | | | | | | | | | | | | | | | | switch_to_pytest Conflicts: setup.cfg setup.py tox.ini
| * Flake8/pep8 the codeJohn Anderson2015-06-191-0/+4
| |
* | Finished porting integration tests to pytestJohn Anderson2015-06-191-0/+5
| |
* | Move to use pytest instead of noseJohn Anderson2015-06-191-0/+11
|/
* Add setup.cfg to make universal wheel.INADA Naoki2014-04-161-0/+2