Staging
v0.5.1
https://github.com/python/cpython
Revision b5f20ea91ec4d9dc7e1c31629903888c651bd02c authored by Victor Stinner on 20 July 2017, 18:04:49 UTC, committed by Ned Deily on 20 July 2017, 18:04:49 UTC
* Backport Travis CI config from master

Add .travis.yml for Travis CI.

* bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193)

The public cyrus.andrew.cmu.edu IMAP server (port 993) doesn't accept
TLS connection using our self-signed x509 certificate. Remove the two
tests which are already skipped.
(cherry picked from commit 7895a0585b4b6a1c8082d17227307c6ce2c8bb8b)
1 parent e46f1c1
Raw File
Tip revision: b5f20ea91ec4d9dc7e1c31629903888c651bd02c authored by Victor Stinner on 20 July 2017, 18:04:49 UTC
[3.3] Backport CI config from master and remove skipped imaplib tests (#2481)
Tip revision: b5f20ea
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top