Commit f49e1783 authored by Matthew Brett's avatar Matthew Brett
Browse files

Try testing Python 2.6 and 3.3

parent 4c8a762f
...@@ -3,6 +3,10 @@ language: generic ...@@ -3,6 +3,10 @@ language: generic
matrix: matrix:
include: include:
- os: linux - os: linux
- os: osx
osx_image: xcode6.4
env:
- PYTHON_VERSION=2.6
- os: osx - os: osx
env: env:
- PYTHON_VERSION=2.7.11 - PYTHON_VERSION=2.7.11
...@@ -11,6 +15,10 @@ matrix: ...@@ -11,6 +15,10 @@ matrix:
env: env:
- PYTHON_VERSION=2.7.11 - PYTHON_VERSION=2.7.11
- VENV=venv - VENV=venv
- os: osx
osx_image: xcode6.4
env:
- PYTHON_VERSION=3.3
- os: osx - os: osx
env: env:
- PYTHON_VERSION=3.4.4 - PYTHON_VERSION=3.4.4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment