Skip to content

Commit

Permalink
Merge pull request #110 from kngwyu/ci37
Browse files Browse the repository at this point in the history
Change CI setting
  • Loading branch information
kngwyu authored Aug 12, 2019
2 parents b770a38 + bf707cd commit 37cf48b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
sudo: required
dist: trusty
language: python
dist: xenial

cache:
pip: true
directories:
- "$HOME/.cargo"
cargo: true

matrix:
include:
- python: "3.5"
env: FEATURES=python3
- python: "3.6"
env: FEATURES=python3
- python: "3.7-dev"
- python: "3.7"
env: FEATURES=python3
- python: "3.8-dev"
env: FEATURES=python3
allow_failures:
- python: "3.8-dev"

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

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand Down

0 comments on commit 37cf48b

Please sign in to comment.