Michael Merickel
2018-10-18 f28dbb0ba8d276fad10a3cd25e4d60b298702d83
2018-10-16 Michael Merickel
fix scaffold tests
blob@ 2d369c commitdiff | diff to current
2018-10-15 Michael Merickel
disable build isolation in `tox -e build`
blob@ f871d9 commitdiff | diff to current
2018-10-10 Michael Merickel
configure black and update flake8
blob@ 851c36 commitdiff | diff to current
2018-10-15 Michael Merickel
add a "tox -e build" for building the distribution
blob@ 17e3ab commitdiff | diff to current
2018-10-15 Michael Merickel
only check the tests folder for tests
blob@ 2e7a9a commitdiff | diff to current
2018-10-05 Michael Merickel
note why the docs are pinned
blob@ 964e30 commitdiff | diff to current
2018-08-22 Steve Piercy
Add support for Python 3.7 and 3.8 with allowed failure of 3.8
blob@ e259f1 commitdiff | diff to current
2018-08-09 Michael Merickel
let tox install the extras for us from the sdist
blob@ 0760eb commitdiff | diff to current
2018-08-02 Michael Merickel
test on newer pypy/pypy3
blob@ fa9992 commitdiff | diff to current
2018-04-24 Michael Merickel
ensure the pyramid deps are installed from source, not the dist in pypi
blob@ 5fce6f commitdiff | diff to current
2017-06-29 Michael Merickel
avoid installing the sdist in certain tox environments
blob@ efb35f commitdiff | diff to current
2017-06-29 Michael Merickel
combine tox steps into lint
blob@ 2ec353 commitdiff | diff to current
2017-06-28 Michael Merickel
add a manifest and a tox step to check it
blob@ e42ba5 commitdiff | diff to current
2016-12-24 Michael Merickel
require tests to pass on py36 on travis and appveyor
blob@ 0844c6 commitdiff | diff to current
2016-11-14 Tres Seaver
Silence pip spew.
blob@ c67be0 commitdiff | diff to current
2016-11-14 Tres Seaver
Fix spelling of 'skip_missing_interpreters' option.
blob@ d84bc4 commitdiff | diff to current
2016-11-01 Michael Merickel
switch to 3.6-dev for py36 and update nightly to py37 on travis
blob@ 568ce3 commitdiff | diff to current
2016-09-01 Michael Merickel
drop support for python 3.3 and error on 2.6
blob@ a5c810 commitdiff | diff to current
2016-08-19 Steve Piercy
attempt to add testing for py36
blob@ 1941d2 commitdiff | diff to current
2016-08-19 Steve Piercy
attempt to add testing for py36
blob@ 202ad6 commitdiff | diff to current
2016-08-19 Steve Piercy
attempt to add testing for py36
blob@ 0b4e6d commitdiff | diff to current
2016-05-23 Steve Piercy
add optional latexpdf build for PDF to tox - Closes #2575
blob@ 9cd1d1 commitdiff | diff to current
2016-05-10 Michael Merickel
drop pypy3 entirely until it supports py33+
blob@ 66af39 commitdiff | diff to current
2016-05-10 Michael Merickel
execute scaffolds using pip and py.test
blob@ aa52c5 commitdiff | diff to current
2016-04-25 Steve Piercy
put doctest into make command
blob@ 0fec6d commitdiff | diff to current
2016-04-25 Steve Piercy
add doctest to tox.ini [docs] environment
blob@ e600d6 commitdiff | diff to current
2016-04-20 Michael Merickel
drop unsupported test endpoints
blob@ 0b09a8 commitdiff | diff to current
2016-04-11 Bert JW Regeer
Remove Python 2.6 from all testing
blob@ 4cd6cb commitdiff | diff to current
2016-01-20 Bert JW Regeer
Remove Python 3.2 from tox
blob@ b74126 commitdiff | diff to current
2015-11-26 Michael Merickel
remove py2-docs from tox.ini and reorder so coverage is last
blob@ a708d3 commitdiff | diff to current
2015-10-12 Bert JW Regeer
No cover a branch
blob@ 601393 commitdiff | diff to current
2015-10-12 Bert JW Regeer
Make sure we test on Python 3.5
blob@ cc9126 commitdiff | diff to current
2015-05-31 Steve Piercy
move -E from Makefile to tox.ini so that we don't punish manual doc builds
blob@ 6aa760 commitdiff | diff to current
2015-04-20 Michael Merickel
rearrange tox.ini
blob@ b47e90 commitdiff | diff to current
2015-04-19 Michael Merickel
Merge branch 'pr/1571'
blob@ dddf33 commitdiff | diff to current
2015-04-19 Michael Merickel
touch up pr 1571
blob@ 2af555 commitdiff | diff to current
2015-04-19 Michael Merickel
add epub to docs and specify a env-specific build dir for docs
blob@ 4d8580 commitdiff | diff to current
2015-04-13 Chris McDonough
change releasing and hacking docs to reflect new order of using tox to test...
blob@ aa1c9b commitdiff | diff to current
2015-04-13 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 17279b commitdiff | diff to current
2015-04-13 Chris McDonough
unbreak tox
blob@ 468054 commitdiff | diff to current
2015-04-13 Chris McDonough
make it possible to run scaffold functests using tox
blob@ 109b2a commitdiff | diff to current
2015-03-06 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 50a8a0 commitdiff | diff to current
2015-02-21 Michael Merickel
dump xunit for py2/py3 targets
blob@ d476e6 commitdiff | diff to current
2015-02-21 Michael Merickel
split out targets for py2-cover and py3-cover and add docs building
blob@ a9282d commitdiff | diff to current
2015-02-11 Michael Merickel
fix up tests to generate coverage reports always and combine at the end
blob@ 14126c commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c commitdiff | diff to current
2015-01-30 Tres Seaver
Suppress setuptools chatter when testing under tox.
blob@ 7c8c85 commitdiff | diff to current
2014-12-09 Tres Seaver
Move coverage floor pct into 'setup.cfg'.
blob@ cc15bb commitdiff | diff to current
2014-11-22 Michael Merickel
update tox/travis to check code coverage on py3
blob@ cf4ad5 commitdiff | diff to current
2014-11-21 Tres Seaver
Add support for testing 'pypy3' under Tox / Travis.
blob@ bc8e4d commitdiff | diff to current
first | « prev | next »