Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed May 4, 2017
1 parent 6727cd8 commit 7851594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/python-statiskit_stl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ test:
source_files:
- test/test_*.py
commands:
- nosetests test -x -s -v -A 'level <= {{ environ.get('TEST_LEVEL', 3) }} and linux' [linux]
- nosetests test -x -s -v -A 'level <= {{ environ.get('TEST_LEVEL', 3) }} and osx' [osx]
- nosetests test -x -s -v -A 'level <= {{ environ.get('TEST_LEVEL', 3) }} and win' [win]
- nosetests test -x -s -v -A "level <= {{ environ.get('TEST_LEVEL', 3) }} and linux" [linux]
- nosetests test -x -s -v -A "level <= {{ environ.get('TEST_LEVEL', 3) }} and osx" [osx]
- nosetests test -x -s -v -A "level <= {{ environ.get('TEST_LEVEL', 3) }} and win" [win]

0 comments on commit 7851594

Please sign in to comment.