This commit is contained in:
Marko Tibold 2012-08-23 23:16:51 +02:00
parent 44a5fa11ac
commit af7214f86a

View File

@ -8,7 +8,7 @@ env:
- DJANGO=django==1.4.1 --use-mirrors
- DJANGO=django==1.3.3 --use-mirrors
- TESTS=python setup.py test
- TESTS=python examples/setup.py test
- TESTS=python examples/runtests.py
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install $DJANGO
@ -17,4 +17,4 @@ install:
- pip install -r examples/requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test
script: $TESTS