Skip to content

Commit b574252

Browse files
committed
Removed numpy from conda travis matrix.
1 parent 1810e33 commit b574252

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22

33
env:
4-
- CONDA="python=2.7 numpy"
5-
- CONDA="python=3.3 numpy"
6-
- CONDA="python=3.4 numpy"
4+
- CONDA="python=2.7"
5+
- CONDA="python=3.3"
6+
- CONDA="python=3.4"
77

88
before_install:
99
- URL=http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh

0 commit comments

Comments
 (0)