Skip to content

Commit

Permalink
Merge pull request #10 from pysat/jklenzing-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 13, 2021
2 parents 64db5e6 + d60bd5b commit f68179e
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 develop-3
- 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 f68179e

Please sign in to comment.