summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Unpublished changes to extras_require cannot be reflected in tox envs if tox isNate Coraor2016-02-031-1/+1
| | | | | | | | configured to install wheel as a dep, since this installs wheel from PyPI, rather than the local source. Tox subsequently installs over this version using the sdist of the local copy that it builds, so the version used for the tests is correct, but it does not install any of the extras at that time. Fix this by having tox (and thereby pip) install `.[extras]` rather than `wheel[extras]`
* Add py35 tox envNate Coraor2015-09-151-1/+1
|
* fix sorting for deterministic metadata generation for Python 3Daniel Holth2014-11-121-1/+0
|
* update copyright & list of tested Python versionsDaniel Holth2014-03-261-1/+1
|
* replace dirspec with pyxdg (hosted on pypi); bump version to 0.23.0Daniel Holth2014-03-261-1/+1
|
* update test dependenciesDaniel Holth2013-06-231-5/+4
|
* refactor more metadata handling into its own fileDaniel Holth2013-06-011-0/+1
|
* require distribute >= 0.6.34 (included with Ubuntu 13.04)Daniel Holth2013-03-281-1/+1
|
* jwk alg changes to kty in revision -08Daniel Holth2013-03-191-1/+1
|
* parse requires_dist from setup.cfg [metadata]Daniel Holth2012-09-151-0/+1
|
* skip zip verification on Python < 2.7Daniel Holth2012-08-281-0/+1
|
* add wheel.tool to packagesDaniel Holth2012-08-281-1/+1
|
* require baker for toxDaniel Holth2012-08-261-0/+1
|
* verlib no longer requiredDaniel Holth2012-07-301-1/+0
|
* Test additional Python versions in tox.iniMarc Abramowitz2012-07-061-1/+1
|
* Add tox.ini for tox (http://tox.testrun.org/)Marc Abramowitz2012-07-061-0/+16