Skip to content

Commit

Permalink
Merge pull request #45 from r9y9/ci
Browse files Browse the repository at this point in the history
Update CI settings
  • Loading branch information
r9y9 committed May 11, 2017
2 parents 4a6e111 + f26b380 commit 057d3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

notifications:
email: false
Expand Down
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ environment:
PYTHON_ARCH: "64"
MINICONDA: C:\Miniconda-x64

- PYTHON_VERSION: "3.4"
- PYTHON_VERSION: "3.6"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda3

# Disable this for now
# ref: http://stackoverflow.com/questions/4676728
# - PYTHON_VERSION: "3.4"
# PYTHON_ARCH: "64"
# MINICONDA: C:\Miniconda3-x64
- PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
MINICONDA: C:\Miniconda3-x64

branches:
only:
Expand Down

0 comments on commit 057d3e5

Please sign in to comment.