Skip to content

Commit

Permalink
Add CI jobs for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Oct 4, 2018
1 parent c3978f6 commit 318d2c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ matrix:
- python: '3.6'
env: TOXENV="py36-linux"

- python: '3.7'
env: TOXENV="py37-linux"
dist: xenial
sudo: true


install: pip install tox
script: tox -vv
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ environment:
PYTHON_ARCH: "64"
TOXENV: "py36-win"

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "64"
TOXENV: "py37-win"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
- "ECHO \"%APPVEYOR_SCHEDULED_BUILD%\""
Expand Down

0 comments on commit 318d2c8

Please sign in to comment.