Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 31533c8

Browse files
committed
Move to using new ROOT builds
1 parent dfa32a4 commit 31533c8

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ language: python
33
matrix:
44
include:
55
- 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
1311

1412
install:
1513
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then curl --silent http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh
@@ -20,11 +18,9 @@ install:
2018
- export PATH="$HOME/miniconda/bin:$PATH"
2119
- hash -r
2220
- 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
2824
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2925
- source activate testenv
3026
- pip install --user --no-binary=root_numpy root_numpy==4.4.1 rootpy

0 commit comments

Comments
 (0)