Merge pull request #950 from willingc/travis36

Add Python versions to Travis
This commit is contained in:
Min RK
2017-01-20 11:25:17 -10:00
committed by GitHub

View File

@@ -2,7 +2,8 @@
language: python
sudo: false
python:
- 3.6-dev
- 3.7-dev
- 3.6
- 3.5
- 3.4
- 3.3
@@ -18,5 +19,5 @@ after_success:
- codecov
matrix:
include:
- python: 3.5
- python: 3.6
env: JUPYTERHUB_TEST_SUBDOMAIN_HOST=http://127.0.0.1.xip.io:8000