Commit aca6fc60 by John Chodera (MSKCC)

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

parent bc11f29c
...@@ -2,6 +2,10 @@ package: ...@@ -2,6 +2,10 @@ package:
name: pdbfixer-dev name: pdbfixer-dev
version: dev version: dev
build:
entry_points:
- pdbfixer = pdbfixer.pdbfixer:main
requirements: requirements:
build: build:
- python - python
...@@ -18,6 +22,9 @@ test: ...@@ -18,6 +22,9 @@ test:
requires: requires:
- nose - nose
imports:
- pdbfixer
commands: commands:
- nosetests pdbfixer --nocapture --verbosity=2 --with-doctest - 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