mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
all python version
This commit is contained in:
parent
3f45d39c8d
commit
3356c2d3f6
12
.travis.yml
12
.travis.yml
@ -2,10 +2,14 @@ sudo: false
|
|||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
matrix:
|
os: linux
|
||||||
include:
|
|
||||||
- os: linux
|
env:
|
||||||
env: CONDA_PY=3.6
|
matrix:
|
||||||
|
- CONDA_PY=3.5
|
||||||
|
- CONDA_PY=3.6
|
||||||
|
- CONDA_PY=3.7
|
||||||
|
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
"%PYTHON%" setup.py install
|
|
||||||
if errorlevel 1 exit 1
|
|
@ -1,4 +0,0 @@
|
|||||||
python:
|
|
||||||
- 3.5
|
|
||||||
- 3.6
|
|
||||||
- 3.7
|
|
@ -1,4 +0,0 @@
|
|||||||
# This file may be used to create an environment using:
|
|
||||||
# $ conda create --name <env> --file <this file>
|
|
||||||
# platform: osx-64
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user