Skip to content

Commit

Permalink
Add wercker.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreeve committed Jul 7, 2015
1 parent 4038d27 commit d683c83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
box: adreeve/python-numpy

build:
steps:
- script:
name: Build and install
code: |
python3 setup.py install
- script:
name: Run nosetests
code: |
nosetests3

0 comments on commit d683c83

Please sign in to comment.