Skip to content

Commit cef2978

Browse files
committed
Merge pull request #732 from satra/tst/travispy26
add 2.6 testing to travis
2 parents 7c134e1 + a197fdc commit cef2978

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- 2.6
34
- 2.7
45
# Setup anaconda
56
before_install:
@@ -23,7 +24,9 @@ before_install:
2324

2425
# Install packages
2526
install:
26-
- 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
2730
- pip install nibabel --use-mirrors
2831
- pip install python-coveralls --use-mirrors
2932
- pip install nose-cov --use-mirrors

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ networkx>=1.0
44
traits>=4.0
55
dateutil>=1.5
66
nibabel>=1.0
7-
7+
nose>=1.0

0 commit comments

Comments
 (0)