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

Commit 2df211e

Browse files
committed
Simplify CI config further
1 parent 676e2d5 commit 2df211e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ language: python
22

33
matrix:
44
include:
5-
- python: 3.6
6-
env: PYTHON=2.7
7-
- python: 3.6
8-
env: PYTHON=3.6
9-
- python: 3.6
10-
env: PYTHON=3.7
5+
- env: PYTHON=2.7
6+
- env: PYTHON=3.6
7+
- env: PYTHON=3.7
118

129
install:
1310
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then curl --silent http://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh
@@ -23,7 +20,7 @@ install:
2320
- conda create -q -n testenv python=${PYTHON} nomkl root pandas nose
2421
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2522
- source activate testenv
26-
- pip install --no-binary=root_numpy root_numpy rootpy
23+
- pip install root_numpy rootpy
2724
- pip install coverage coveralls
2825

2926
script: nosetests --with-coverage --cover-package=root_pandas

0 commit comments

Comments
 (0)