pysat / pysatSeasons

Seasonal Analysis routines for pysat
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

TST: clean up pysat install on travis #14

Closed jklenzing closed 4 years ago

jklenzing commented 4 years ago

Description

Pysat 2.1.0 is now available via pip. There is no longer a need for the custom pysat install, so the pysat family of codes is being upgraded to a "standard" installation through pip. This will allow the no_sgp4 branch of pysat to be deleted.

Type of change

How Has This Been Tested?

Updates to Travis-CI environment, so tested there.

Checklist:

jklenzing commented 4 years ago

Recurring error in python 3.x tests on travis:

ModuleNotFoundError: No module named 'pysat.instruments.pysat_testing'
jklenzing commented 4 years ago

Seems to be an issue with the local install of pysat. Tested on my computer (python 3.7.3, pandas 0.24.2) and everything works fine with the pip-installed version of pysat 2.1.0.

jklenzing commented 4 years ago

Seems to be an issue with the local install of pysat. Tested on my computer (python 3.7.3, pandas 0.24.2) and everything works fine with the pip-installed version of pysat 2.1.0.

Problem solved: the pip installed version does not include the testing instruments.

jklenzing commented 4 years ago

Rewriting to use master branch from git.

jklenzing commented 4 years ago

Two new updates based on Travis CI config validation suggestions:

jklenzing commented 4 years ago

Closing this in lieu of changes in #16