[Python-checkins] [python/cpython] 8cf7ea: Add Appveyor to Python 2.7 branch (#1434)

GitHub noreply at github.com
Wed May 3 12:42:44 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 8cf7ea22fcee78478c4eaf141977ede29c81cbc1
      https://github.com/python/cpython/commit/8cf7ea22fcee78478c4eaf141977ede29c81cbc1
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    A .github/appveyor.yml

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list