We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1810e33 commit b574252Copy full SHA for b574252
1 file changed
.travis.yml
@@ -1,9 +1,9 @@
1
language: python
2
3
env:
4
- - CONDA="python=2.7 numpy"
5
- - CONDA="python=3.3 numpy"
6
- - CONDA="python=3.4 numpy"
+ - CONDA="python=2.7"
+ - CONDA="python=3.3"
+ - CONDA="python=3.4"
7
8
before_install:
9
- URL=http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
0 commit comments