summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
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