summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-10-20Disable py35-trial while #1989 is not fixedBruno Oliveira
2016-08-26docs warnings as errors and initial page similar to READMEBruno Oliveira
* Changed "index" to be more similar to the README (#1708). * Fixes numerous issues like missing documents, syntax errors, etc (#1829, #432). * Mention all docs in "contents.rst" so it's easier for users to locate (#1112). * Add doc generation and checking to Travis and AppVeyor, to avoid re-introducing errors. Fixes #432, Fixes #1112, Fixes #1708, Fixes #1829
2016-07-26Use PyInstaller for freeze test envBruno Oliveira
cx_freeze doesn't seem to be very well supported in Python 3.5. Using pyinstaller instead and rename environment to "freeze" which is a more generic term for freezing python code into standalone executables. Fix #1769
2016-02-05merge latest master into features as wellRonny Pfannschmidt
2016-02-01Test with pypy and enable coveralls in AppVeyorBruno Oliveira
* Install pypy using chocolatey * Enable coveralls test environment in AppVeyor * Suggest maintaining build matrix in .travis.yml by using "tox --listenvs" Fix #1254
2016-01-05Rename "flakes" testenv to "linting" as requested in reviewBruno Oliveira
2015-09-26Update travis with new tox environmentsBruno Oliveira
2015-09-14Use python "3.5" on travisBruno Oliveira
2015-08-18Using packages from pypiBruno Oliveira
2015-07-24Merge remote-tracking branch 'upstream/pytest-2.7'Bruno Oliveira
Conflicts: .travis.yml
2015-07-24Re-enable Python 3.5 testing on TravisThomas Kluyver
This is PR #875, but reissued against the pytest-2.7 branch. According to the docs, it looks like this should work: http://docs.travis-ci.com/user/languages/python/ I've explicitly specified beta 3, so it will need updating when future betas come out. You could instead specify '3.5-dev', which would give less need to update, but then it's less clear whether a change in status is due to a change in pytest or in Python itself.
2015-07-19Merge branch 'pytest-2.7'Anatoly Bubenkov
2015-07-18Allow py35 to fail on Travis until it is properly supported (fix2)Bruno Oliveira
Conflicts: .travis.yml
2015-07-18Allow py35 to fail on Travis until it is properly supported (fix2)Bruno Oliveira
2015-07-18Allow py35 to fail on Travis until it is properly supported (fix)Bruno Oliveira
2015-07-18Allow py35 to fail on Travis until it is properly supportedBruno Oliveira
2015-07-18Match .travis.yml env list to tox envsThomas Kluyver
Conflicts: .travis.yml
2015-07-18No more failuresThomas Kluyver
2015-07-18nighMatthias Bussonnier
2015-07-18allow faillure on 35Matthias Bussonnier
2015-07-18Ast Call signature changed on 3.5Matthias Bussonnier
fix issue 744 on bitbucket port of merge request 296 https://bitbucket.org/pytest-dev/pytest/pull-request/296/astcall-signature-changed-on-35 https://bitbucket.org/pytest-dev/pytest/issue/744/ Conflicts: CHANGELOG
2015-07-15Match .travis.yml env list to tox envsThomas Kluyver
2015-07-15No more failuresThomas Kluyver
2015-07-15nighMatthias Bussonnier
2015-07-15allow faillure on 35Matthias Bussonnier
2015-07-15Ast Call signature changed on 3.5Matthias Bussonnier
fix issue 744 on bitbucket port of merge request 296 https://bitbucket.org/pytest-dev/pytest/pull-request/296/astcall-signature-changed-on-35 https://bitbucket.org/pytest-dev/pytest/issue/744/
2015-06-19Adjust IRC notifications to use #pytest.Florian Bruhin
It seems #pytest-dev is quite dead. Also I set it to only send notifications on changes (i.e. success -> failure and vice-versa).
2015-06-17Allow failure of py27-subprocess tox-env while on pytest-2.7Bruno Oliveira
"inprocess by default" was introduced in 2.8, and the current travis configuration was backported from master so this specific tox-env will remain disabled while pytest-2.7 maintenance branch lasts.
2015-06-17split travis jobsAnatoly Bubenkov
Conflicts: README.rst
2015-06-17use travis containersAnatoly Bubenkov
2015-06-15Merge pull request #771 from pytest-dev/use-travis-containersBruno Oliveira
use travis containers
2015-06-16split travis jobsAnatoly Bubenkov
2015-06-16use travis containersAnatoly Bubenkov
2014-01-23have travis use the devpi index to get the pylib dependencyholger krekel
2013-09-07only force tox to upgradeAnatoly Bubenkov
2013-07-24stick to virtualenv<1.10 for now because it breaks python2.5holger krekel
2013-07-11send IRC notifications to pytest-devholger krekel
2013-07-06add travis integration, fixes for py25 and py27 no pyc tox envAnatoly Bubenkov
--HG-- branch : travis-integration