Skip to content

Commit

Permalink
ci: Test on Python 3.7-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Mar 24, 2017
1 parent 2ad7c4c commit c919573
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ environment:
- PYTHON: "C:\\Python36\\python.exe"
- PYTHON: "C:\\Python36-x64\\python.exe"

branches:
# Avoid building PR branches.
only:
- master
- ci
- releases

install:
- "%PYTHON% -m pip install --upgrade pip wheel setuptools"
- "%PYTHON% -m pip install -r .ci/requirements-win.txt"
Expand Down
19 changes: 18 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ env:

- DOCS_PUSH_KEY_LABEL=0760b951e99c

branches:
# Avoid building PR branches.
only:
- master
- ci
- releases

matrix:
fast_finish: true

Expand Down Expand Up @@ -96,7 +103,17 @@ matrix:
dist: trusty
sudo: false
language: python
python: "3.6-dev"
python: "3.6"
services: postgresql
env: BUILD=tests PGVERSION=9.6
addons:
postgresql: '9.6'

- os: linux
dist: trusty
sudo: false
language: python
python: "3.7-dev"
services: postgresql
env: BUILD=tests PGVERSION=9.6
addons:
Expand Down

0 comments on commit c919573

Please sign in to comment.