Skip to content

Commit

Permalink
Merge pull request #219 from behnam/travis-py37
Browse files Browse the repository at this point in the history
travis.yml: Update Python build versions
  • Loading branch information
webknjaz committed Jul 13, 2018
2 parents a3b3c24 + 23809c0 commit f1cb2e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ language: python
python:
- 3.5
- 3.6
- 3.7-dev

.mixins:
- &_xenial
dist: xenial
sudo: required
jobs:
fast_finish: true
include:
- python: 3.7
<<: *_xenial
- python: 3.8-dev
<<: *_xenial
- python: nightly
<<: *_xenial


env:
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ environment:
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"

install:
- "build.cmd %PYTHON%\\python.exe -m pip install -U setuptools wheel twine codecov"
Expand Down

0 comments on commit f1cb2e0

Please sign in to comment.