]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.3] Backport CI config from master and remove skipped imaplib tests (#2481)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Jul 2017 18:04:49 +0000 (20:04 +0200)
committerNed Deily <nad@python.org>
Thu, 20 Jul 2017 18:04:49 +0000 (14:04 -0400)
commitb5f20ea91ec4d9dc7e1c31629903888c651bd02c
tree050e8b4218c2a3262c2356dc86c97f22a0289f7d
parente46f1c19642ea1882f427d8246987ba49351a97d
[3.3] Backport CI config from master and remove skipped imaplib tests (#2481)

* 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)
.travis.yml [new file with mode: 0644]
Lib/test/test_imaplib.py