index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Age
Commit message (
Expand
)
Author
2017-02-28
cache pip wheels in travis builds
Michael Merickel
2017-01-08
require tests to pass on py36 on travis and appveyor
Michael Merickel
2016-11-01
switch to 3.6-dev for py36 and update nightly to py37 on travis
Michael Merickel
2016-09-01
drop support for python 3.3 and error on 2.6
Michael Merickel
2016-08-19
attempt to add testing for py36
Steve Piercy
2016-08-19
attempt to add testing for py36
Steve Piercy
2016-05-10
drop pypy3 from travis builds
Michael Merickel
2016-04-12
Remove Python 2.6 from all testing
Bert JW Regeer
2016-01-20
Remove Python 3.2 from travis
Bert JW Regeer
2015-12-16
use default irc template
Michael Merickel
2015-12-16
test travis irc notifications
Michael Merickel
2015-11-25
add docs to travis builds
Michael Merickel
2015-10-11
Make sure we test on Python 3.5
Bert JW Regeer
2015-04-13
Ignore more pep8 checks and add to travis
John Anderson
2015-02-20
split out targets for py2-cover and py3-cover and add docs building
Michael Merickel
2015-02-11
Merge branch 'master' into feature.py3-coverage
Michael Merickel
2015-02-11
fix up tests to generate coverage reports always and combine at the end
Michael Merickel
2014-12-18
Speed up Travis start via 'sudo: false'.
Tres Seaver
2014-11-21
test to see if files are shared between builds
Michael Merickel
2014-11-21
update tox/travis to check code coverage on py3
Michael Merickel
2014-11-21
Add support for testing 'pypy3' under Tox / Travis.
Tres Seaver
2014-11-17
fix travis.yml to use the correct TOXENV var
Michael Merickel
2014-11-16
Use travis_retry in case of timeouts, remove -e $OTX_ENV
John Anderson
2014-11-16
Switch to using tox for travis so coverage is ran
John Anderson
2014-08-17
Enable automated testing with PyPy 3
Corey Farwell
2014-06-19
Enable automated testing with Python 3.4
Corey Farwell
2013-11-27
appease travis
Chris McDonough
2013-11-13
.travis.yml: Add 3.3
Marc Abramowitz
2013-09-06
shorten test output in travis
Chris McDonough
2013-06-19
Trigger
Tres Seaver
2012-09-11
remove pypy from travis-ci allow_failures list
Domen Kožar
2012-06-24
Send notifications to pyramid-checkins.
Tres Seaver
2012-06-24
Un-comment the PyPy 'allow_failures' bit.
Tres Seaver
2012-06-24
Try newly-enabled travis-ci.
Tres Seaver
2012-06-14
Remove blank line from .travis.yml
Marc Abramowitz
2012-06-14
Add .travis.yml for Travis CI (http://travis-ci.org/)
Marc Abramowitz