Skip to content

Commit

Permalink
Try to update environments
Browse files Browse the repository at this point in the history
  • Loading branch information
skulumani committed Dec 9, 2018
1 parent f0785ea commit c59cfb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ before_install:
# Useful for debugging any issues with conda
- conda info -a
# build a python enviornment matching travis python version
- conda create -q -n test_environment python=$PYTHON_VERSION pip setuptools wheel numpy scipy pytest pytest-cov
- conda create -q -n test_environment python=$PYTHON_VERSION pip setuptools wheel numpy>=1.12 scipy pytest pytest-cov
- source activate test_environment
- conda install -q -y conda-build anaconda-client
- pip install coveralls twine
- conda install -q -y -c skulumani conda-build anaconda-client matplotlib kinematics coveralls twine
- pip install spiceypy --no-cache-dir
- pip install twine
- pip install -r requirements.txt
- pip install spacetrack
install:
- python setup.py install
script:
Expand Down
3 changes: 0 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ dependencies:
- spiceypy
- pip:
- spacetrack
- sphinx
- sphinx-autobuild
- twine

3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ spacetrack
coveralls
pytest
pytest-cov
sphinx
sphinx-autobuild
twine

0 comments on commit c59cfb7

Please sign in to comment.