mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 10:28:15 +08:00
Add python 2.6 and 3.3 environments
This commit is contained in:
@@ -11,6 +11,10 @@ python:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: 2.6
|
||||
env:
|
||||
- PYTHON=python
|
||||
- PYVER=2.x
|
||||
- python: 2.7
|
||||
env:
|
||||
- PYTHON=python
|
||||
@@ -19,6 +23,10 @@ matrix:
|
||||
env:
|
||||
- PYTHON=python3
|
||||
- PYVER=3.x
|
||||
- python: 3.3
|
||||
env:
|
||||
- PYTHON=python3
|
||||
- PYVER=3.x
|
||||
exclude:
|
||||
- python: 2.6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user