This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ language: python
3
3
matrix :
4
4
include :
5
5
- python : 2.7
6
- env : PYTHON=2.7 ROOT=5.34.32
7
- - python : 2.7
8
- env : PYTHON=2.7 ROOT=6.04
9
- - python : 3.4
10
- env : PYTHON=3.4 ROOT=5.34.32
11
- - python : 3.4
12
- env : PYTHON=3.4 ROOT=6.04
6
+ env : PYTHON=2.7
7
+ - python : 3.6
8
+ env : PYTHON=3.6
9
+ - python : 3.7
10
+ env : PYTHON=3.7
13
11
14
12
install :
15
13
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then curl --silent http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh
@@ -20,11 +18,9 @@ install:
20
18
- export PATH="$HOME/miniconda/bin:$PATH"
21
19
- hash -r
22
20
- conda config --set always_yes yes --set changeps1 no
23
- - conda update -q conda
24
- - conda info -a
25
- - conda config --add channels http://conda.anaconda.org/NLeSC
26
- - conda config --set show_channel_urls yes
27
- - conda create -q -n testenv python=${PYTHON} root=${ROOT} pandas nose
21
+ - conda config --add channels conda-forge/label/gcc7
22
+ - conda config --add channels chrisburr
23
+ - conda create -q -n testenv python=${PYTHON} root pandas nose
28
24
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
29
25
- source activate testenv
30
26
- pip install --user --no-binary=root_numpy root_numpy==4.4.1 rootpy
You can’t perform that action at this time.
0 commit comments