forked from orbit-oss/flask
parent
97dc687793
commit
7169f44d88
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ matrix:
|
|||
|
||||
|
||||
install:
|
||||
- pip install hg+https://bitbucket.org/hpk42/tox
|
||||
- pip install tox>=1.8
|
||||
|
||||
script:
|
||||
- tox -e \
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
py.test
|
||||
py.test tests examples
|
||||
|
||||
tox-test:
|
||||
tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue