Skip to content

Commit

Permalink
CI Improvements:
Browse files Browse the repository at this point in the history
- fix appveyor py3.3 build
- add appveyor and travis py3.7 builds
  • Loading branch information
ikreymer authored Oct 6, 2018
1 parent bb5b22c commit 3f6e2d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ python:
- "3.5"
- "3.6"

matrix:
include:
- python: "3.7"
dist: xenial
sudo: required

os:
- linux

Expand Down
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"


install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install --upgrade pip"
- "pip install -U setuptools"
- "pip install coverage pytest-cov coveralls"
- "pip install pycparser==2.18"
- "pip install brotlipy"

build_script:
Expand Down

0 comments on commit 3f6e2d7

Please sign in to comment.