Skip to content

Commit

Permalink
update conda channel from ospc to PSLmodels
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 29, 2018
1 parent 3bd06ff commit bdce888
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ install:
- conda install --file conda-requirements.txt # xlrd, possibly others
- export BUILD_DIR=`pwd`
- pip install -r requirements.txt
- conda install -c ospc taxcalc
- conda install -c PSLmodels taxcalc
- export BTAX_OUT_DIR=btax_output_dir # make an output dir
- export BTAX_CUR_DIR=${BUILD_DIR}/btax
- mkdir btax_output_dir
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
@@ -1,6 +1,6 @@
name: btax-dev
channels:
- ospc
- PSLmodels
dependencies:
- python=3.6
- taxcalc
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -12,7 +12,6 @@
'description': 'B-Tax: A Cost of Capital Calculator',
'url': 'https://github.com/open-source-economics/B-Tax',
'download_url': 'https://github.com/open-source-economics/B-Tax',
'description': 'btax',
'long_description': longdesc,
'version': version,
'license': 'CC0 1.0 Universal public domain dedication',
Expand Down

0 comments on commit bdce888

Please sign in to comment.