We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c134e1 + a197fdc commit cef2978Copy full SHA for cef2978
.travis.yml
@@ -1,5 +1,6 @@
1
language: python
2
python:
3
+ - 2.6
4
- 2.7
5
# Setup anaconda
6
before_install:
@@ -23,7 +24,9 @@ before_install:
23
24
25
# Install packages
26
install:
- - conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy nose traits networkx dateutil
27
+ - conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
28
+ - source activate testenv
29
+ - conda install --yes numpy scipy nose traits networkx dateutil
30
- pip install nibabel --use-mirrors
31
- pip install python-coveralls --use-mirrors
32
- pip install nose-cov --use-mirrors
requirements.txt
@@ -4,4 +4,4 @@ networkx>=1.0
traits>=4.0
dateutil>=1.5
nibabel>=1.0
7
-
+nose>=1.0
0 commit comments