Skip to content

Commit

Permalink
TST: install pysat from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 12, 2021
1 parent 2d151db commit d60bd5b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
dist: xenial
matrix:
include:
- python: 3.6
- python: 3.7

services: xvfb
Expand Down Expand Up @@ -33,19 +32,14 @@ install:
- pip install coveralls
- pip install pytest-flake8
# Custom pysat install
- cd ..
- git clone https://github.com/pysat/pysat.git
- cd pysat
- git checkout v3-0-rc1
- python setup.py install
- pip install pysat>=3.0
- export PYTHONPATH=$PYTHONPATH:$(pwd)

# Install pysatMagVect after pysat
- pip install pysatMagVect >/dev/null

# set up data directory
- mkdir /home/travis/build/pysatData
- cd ../pysatIncubator
# install pysatIncubator
- python setup.py install

Expand Down

0 comments on commit d60bd5b

Please sign in to comment.