Skip to content

Commit

Permalink
Don't automatically install extras
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbraun committed May 30, 2019
1 parent 7da7687 commit a6f9d1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ matrix:
dist: xenial
cache: pip
install:
- pip install git+https://github.com/JGCRI/gcam_reader
- pip install git+https://github.com/JGCRI/tethys
- pip install git+https://github.com/JGCRI/xanthos
- pip install .
script:
- python -m unittest
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
configobj>=5.0.6
pandas>=0.20
gcam_reader @ https://github.com/JGCRI/gcam_reader/archive/v0.1.0.zip
tethys @ https://github.com/JGCRI/tethys/archive/v1.2.0.zip
xanthos @ https://github.com/JGCRI/xanthos/archive/v2.3.1.zip
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def get_requirements():
long_description=readme(),
install_requires=get_requirements(),
extras_require={
'gcam_reader': ["gcam_reader>=1.0.0"],
'xanthos': ["xanthos>=2.3.1"],
'tethys': ["tethys>=1.2.0"],
},
Expand Down

0 comments on commit a6f9d1d

Please sign in to comment.