Commit aca6fc60 by John Chodera (MSKCC)

Added entry_points to devtools/conda-recipe to fix nosetests.

parent bc11f29c
......@@ -2,6 +2,10 @@ package:
name: pdbfixer-dev
version: dev
build:
entry_points:
- pdbfixer = pdbfixer.pdbfixer:main
requirements:
build:
- python
......@@ -18,6 +22,9 @@ test:
requires:
- nose
imports:
- pdbfixer
commands:
- nosetests pdbfixer --nocapture --verbosity=2 --with-doctest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment