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