summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-10-22fix pypy by using a specific versionMichael Merickel
2017-06-29combine tox steps into lintMichael Merickel
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-02-28cache pip wheels in travis buildsMichael Merickel
2017-01-08require tests to pass on py36 on travis and appveyorMichael Merickel
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
closes #2476
2016-08-19attempt to add testing for py36Steve Piercy
2016-08-19attempt to add testing for py36Steve Piercy
2016-05-10drop pypy3 from travis buildsMichael Merickel
2016-04-12Remove Python 2.6 from all testingBert JW Regeer
This removes it from tox/travis
2016-01-20Remove Python 3.2 from travisBert JW Regeer
2015-12-16use default irc templateMichael Merickel
2015-12-16test travis irc notificationsMichael Merickel
2015-11-25add docs to travis buildsMichael Merickel
2015-10-11Make sure we test on Python 3.5Bert JW Regeer
2015-04-13Ignore more pep8 checks and add to travisJohn Anderson
2015-02-20split out targets for py2-cover and py3-cover and add docs buildingMichael Merickel
2015-02-11Merge branch 'master' into feature.py3-coverageMichael Merickel
2015-02-11fix up tests to generate coverage reports always and combine at the endMichael Merickel
2014-12-18Speed up Travis start via 'sudo: false'.Tres Seaver
2014-11-21test to see if files are shared between buildsMichael Merickel
2014-11-21update tox/travis to check code coverage on py3Michael Merickel
coverage is combined between py2 and py3 for an aggregate coverage metric. This means we can stop putting "no cover" gates around py3 code and ignoring whether it's ever tested.
2014-11-21Add support for testing 'pypy3' under Tox / Travis.Tres Seaver
2014-11-17fix travis.yml to use the correct TOXENV varMichael Merickel
2014-11-16Use travis_retry in case of timeouts, remove -e $OTX_ENVJohn Anderson
2014-11-16Switch to using tox for travis so coverage is ranJohn Anderson
2014-08-17Enable automated testing with PyPy 3Corey Farwell
2014-06-19Enable automated testing with Python 3.4Corey Farwell
2013-11-27appease travisChris McDonough
2013-11-13.travis.yml: Add 3.3Marc Abramowitz
2013-09-06shorten test output in travisChris McDonough
2013-06-19TriggerTres Seaver
2012-09-11remove pypy from travis-ci allow_failures listDomen Kožar
2012-06-24Send notifications to pyramid-checkins.Tres Seaver
Note that we rely on the default settings (failures always send, success sends only on change.).
2012-06-24Un-comment the PyPy 'allow_failures' bit.Tres Seaver
We need an explanation for why the PyPy tests fail under travis-ci.
2012-06-24Try newly-enabled travis-ci.Tres Seaver
See http://travis-ci.org/#\!/Pylons/pyramid
2012-06-14Remove blank line from .travis.ymlMarc Abramowitz
2012-06-14Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz