Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conda: run tests as a part of package build.
Browse files Browse the repository at this point in the history
whitequark committed Dec 1, 2015
1 parent 7b7c29d commit 47b9d76
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/migen/bld.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
%PYTHON% setup.py install
"%PYTHON%" setup.py install
1 change: 1 addition & 0 deletions conda/migen/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py install
4 changes: 0 additions & 4 deletions conda/migen/meta.yaml
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@ requirements:
run:
- python 3.5.*

test:
imports:
- migen

about:
home: http://m-labs.hk/gateware.html
license: 3-clause BSD
1 change: 1 addition & 0 deletions conda/migen/run_test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"%PYTHON%" setup.py test
1 change: 1 addition & 0 deletions conda/migen/run_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$PYTHON setup.py test

0 comments on commit 47b9d76

Please sign in to comment.