We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7dc8b commit 62cd7adCopy full SHA for 62cd7ad
.travis.yml
@@ -3,6 +3,11 @@ python:
3
- 2.7
4
- 3.3
5
- 3.4
6
+env:
7
+ - PD_VERSION=0.13.1
8
+ - PD_VERSION="0.14.*"
9
+ - PD_VERSION="0.15.*"
10
+
11
# setup miniconda for numpy, scipy, pandas
12
before_install:
13
- echo "before install"
@@ -19,7 +24,7 @@ before_install:
19
24
20
25
install:
21
26
- echo "install"
22
- - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pandas nose pytz ephem
27
+ - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pandas=$PD_VERSION nose pytz ephem
23
28
- conda install --yes coverage
29
- pip install coveralls
30
- python setup.py install
0 commit comments