Skip to content

Commit

Permalink
update conda recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiktraxl committed Oct 24, 2018
1 parent e918c5c commit ff89b52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda_recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"%PYTHON%" setup.py install
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1

2 changes: 1 addition & 1 deletion conda_recipe/build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$PYTHON setup.py install # Python command to install the script.
$PYTHON setup.py install --single-version-externally-managed --record=record.txt # Python command to install the script.
6 changes: 2 additions & 4 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ requirements:
- pandas

test:
files:
- ../tests/test_DeepGraph.py
- ../tests/test_CreateEdges.py
source_files:
- tests/**
requires:
- deepgraph
- pytest
Expand All @@ -46,7 +45,6 @@ test:
commands:
- conda install -y -p $PREFIX -c anaconda pytables
- conda install -y -p $PREFIX graph-tool # needs conda-forge and ostrokach channels
- cd $PREFIX/../tests/
- py.test -v

about:
Expand Down

0 comments on commit ff89b52

Please sign in to comment.