commit | 8cf7ea22fcee78478c4eaf141977ede29c81cbc1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed May 03 18:42:42 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed May 03 18:42:42 2017 +0200 |
tree | a7bada8b8592fb5e0ef33fdca13be7fb8489e948 | |
parent | 2c27731901003cbcc64056fe9db725abe8484616 [diff] |
Add Appveyor to Python 2.7 branch (#1434) * Add Appveyor to Python 2.7 branch * Adapt AppVeyor config for Python 2 * Replace -j0 with -j2: -j0 is ignored on Python 2 * Replace --slowest with --slow * Remove --timeout option (it was introduced in Python 3)