Skip to content

Commit

Permalink
Merge pull request #228 from jdebacker/channel
Browse files Browse the repository at this point in the history
Update conda channel from ospc to PSLmodels
  • Loading branch information
jdebacker committed Dec 1, 2018
2 parents 3bd06ff + 7dc8b09 commit 3b5309a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: false

language: Python
python:
- "2.7"
- "3.6"

install:
Expand All @@ -17,7 +16,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 3b5309a

Please sign in to comment.