]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add Appveyor to Python 2.7 branch (#1434)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 May 2017 16:42:42 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 16:42:42 +0000 (18:42 +0200)
commit8cf7ea22fcee78478c4eaf141977ede29c81cbc1
treea7bada8b8592fb5e0ef33fdca13be7fb8489e948
parent2c27731901003cbcc64056fe9db725abe8484616
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)
.github/appveyor.yml [new file with mode: 0644]