Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Python 3.6 for CI services
  • Loading branch information
takluyver committed Feb 23, 2017
1 parent cf529d6 commit 52a3718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,9 +1,10 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
# command to run tests
script: nosetests
# Ensure dependencies are installed
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -3,6 +3,7 @@ environment:
# For Python versions available on Appveyor, see
# http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"

install:
- cinst nsis
Expand Down

0 comments on commit 52a3718

Please sign in to comment.