Skip to content

Commit d9b3686

Browse files
authored
Update .travis.yml
1 parent bb81874 commit d9b3686

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ before_install:
1616
- pip install pytest-cov
1717
- pip install coveralls
1818
- pip install future
19+
- pip install 'pandas<0.25'
20+
- pip install 'xarray<0.15'
1921
# Install version specific packages for 2.7 and 3.5
2022
- pip install matplotlib
2123
- pip install apexpy
2224
- pip install numpy
2325
- pip install pysatCDF >/dev/null
24-
- pip install xarray==0.11.3
2526
- cd ..
2627
- git clone https://github.com/pysat/pysat.git >/dev/null
2728
- cd ./pysat # set up data directory
28-
- git checkout develop-3
29-
- git pull origin develop-3
29+
- git checkout develop
30+
- git pull origin develop
3031
- python setup.py install >/dev/null
3132
- cd ..
3233

0 commit comments

Comments
 (0)