Skip to content

Commit

Permalink
Temporarily reverting to old AppVeyor image (because new MSVC version…
Browse files Browse the repository at this point in the history
… fails), and disabling the Travis CI installation of deadsnakes's Python 3.7 (because apt-get fails)
  • Loading branch information
YannickJadoul committed Aug 30, 2018
1 parent 9fa675f commit 03e2546
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: Visual Studio 2017
image: Previous Visual Studio 2017
build:
parallel: true
platform: x64
Expand Down
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ matrix:
- env: PYTHON=3.6 GCC=5
addons: *gcc5

- env: PYTHON=3.7 GCC=5
# https://github.com/deadsnakes/travis-ci-python3.7-example
dist: xenial
sudo: required
addons:
apt:
sources:
- sourceline: 'deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial main'
packages: [python3.7-dev, python3.7-venv]
# - env: PYTHON=3.7 GCC=5
# # https://github.com/deadsnakes/travis-ci-python3.7-example
# dist: xenial
# sudo: required
# addons:
# apt:
# sources:
# - sourceline: 'deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial main'
# packages: [python3.7-dev, python3.7-venv]

- env: PYTHON=2.7 GCC=5 BUILD_TYPE=Release
addons: *gcc5
Expand Down

0 comments on commit 03e2546

Please sign in to comment.