Skip to content

Commit

Permalink
Make sure our version is not unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 18, 2015
1 parent f87fdeb commit 181a7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ test:
requires:
- pytest
commands:
- python -c "import datashape; assert datashape.__version__ != 'unknown'"
- py.test -vx --doctest-modules --pyargs datashape


Expand Down
3 changes: 3 additions & 0 deletions datashape/tests/test_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def test_version():
import datashape
assert datashape.__version__ != 'unknown'

0 comments on commit 181a7a9

Please sign in to comment.