all python version

This commit is contained in:
Erik Frojdh 2019-03-15 15:01:44 +01:00
parent 3f45d39c8d
commit 3356c2d3f6
4 changed files with 8 additions and 14 deletions

View File

@ -2,10 +2,14 @@ sudo: false
language: cpp
matrix:
include:
- os: linux
env: CONDA_PY=3.6
os: linux
env:
matrix:
- CONDA_PY=3.5
- CONDA_PY=3.6
- CONDA_PY=3.7
dist: trusty

View File

@ -1,2 +0,0 @@
"%PYTHON%" setup.py install
if errorlevel 1 exit 1

View File

@ -1,4 +0,0 @@
python:
- 3.5
- 3.6
- 3.7

View File

@ -1,4 +0,0 @@
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: osx-64