mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10: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
|
||||
|
||||
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
|
||||
|
||||
|
@ -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