summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2019-04-15remove basepython statements from tox.iniMichael Merickel
2018-11-23simplify the tox setup, get rid of basepython warningMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-28Revert "use twine check instead of setup.py check"Michael Merickel
2018-10-28use twine check instead of setup.py checkMichael Merickel
2018-10-15fix scaffold testsMichael Merickel
2018-10-15disable build isolation in `tox -e build`Michael Merickel
2018-10-15configure black and update flake8Michael Merickel
2018-10-15add a "tox -e build" for building the distributionMichael Merickel
2018-10-15only check the tests folder for testsMichael Merickel
2018-10-05note why the docs are pinnedMichael Merickel
2018-08-22Add support for Python 3.7 and 3.8 with allowed failure of 3.8Steve Piercy
2018-08-09let tox install the extras for us from the sdistMichael Merickel
2018-08-01test on newer pypy/pypy3Michael Merickel
2018-04-24ensure the pyramid deps are installed from source, not the dist in pypiMichael Merickel
2017-06-29avoid installing the sdist in certain tox environmentsMichael Merickel
2017-06-29combine tox steps into lintMichael Merickel
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-01-08require tests to pass on py36 on travis and appveyorMichael Merickel
2016-11-14Silence pip spew.Tres Seaver
2016-11-14Fix spelling of 'skip_missing_interpreters' option.Tres Seaver
2016-11-01switch to 3.6-dev for py36 and update nightly to py37 on travisMichael Merickel
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
2016-08-19attempt to add testing for py36Steve Piercy
2016-08-19attempt to add testing for py36Steve Piercy
2016-08-19attempt to add testing for py36Steve Piercy
2016-05-23add optional latexpdf build for PDF to toxSteve Piercy
2016-05-10drop pypy3 entirely until it supports py33+Michael Merickel
2016-05-10execute scaffolds using pip and py.testMichael Merickel
2016-04-25put doctest into make commandSteve Piercy
2016-04-24add doctest to tox.ini [docs] environmentSteve Piercy
2016-04-19drop unsupported test endpointsMichael Merickel
2016-04-12Remove Python 2.6 from all testingBert JW Regeer
2016-01-20Remove Python 3.2 from toxBert JW Regeer
2015-11-25remove py2-docs from tox.ini and reorder so coverage is lastMichael Merickel
2015-10-11No cover a branchBert JW Regeer
2015-10-11Make sure we test on Python 3.5Bert JW Regeer
2015-05-31move -E from Makefile to tox.ini so that we don't punish manual doc buildsSteve Piercy
2015-04-20rearrange tox.iniMichael Merickel
2015-04-19Merge branch 'pr/1571'Michael Merickel
2015-04-19touch up pr 1571Michael Merickel
2015-04-19add epub to docs and specify a env-specific build dir for docsMichael Merickel
2015-04-13change releasing and hacking docs to reflect new order of using tox to test d...Chris McDonough
2015-04-13Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8John Anderson
2015-04-13unbreak toxChris McDonough
2015-04-13make it possible to run scaffold functests using toxChris McDonough
2015-03-06Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8John Anderson
2015-02-20dump xunit for py2/py3 targetsMichael Merickel
2015-02-20split out targets for py2-cover and py3-cover and add docs buildingMichael Merickel