Use travis for travis
This commit is contained in:
parent
e0cc26553f
commit
ec3aae7e1e
24
.travis.yml
24
.travis.yml
@ -1,15 +1,19 @@
|
|||||||
language: python
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
python: 2.7
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "pypy"
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py27-1.7
|
- DJANGO_VERSION="1.7"
|
||||||
- TOX_ENV=py27-1.8
|
- DJANGO_VERSION="1.8"
|
||||||
- TOX_ENV=py33-1.7
|
matrix:
|
||||||
- TOX_ENV=py33-1.8
|
exclude:
|
||||||
- TOX_ENV=py34-1.7
|
- python: "3.5"
|
||||||
- TOX_ENV=py34-1.8
|
env: DJANGO_VERSION="1.7"
|
||||||
- TOX_ENV=py35-1.8
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install "Django>=${DJANGO_VERSION},<${DJANGO_VERSION}.999" jinja2
|
||||||
script:
|
script:
|
||||||
- tox -e $TOX_ENV
|
- python run_tests.py
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# These are the reqs to build docs and run tests.
|
# These are the reqs to build docs and run tests.
|
||||||
Django==1.5.2
|
Django<1.9
|
||||||
sphinx
|
sphinx
|
||||||
jinja2==2.7
|
jinja2
|
||||||
nose
|
nose
|
||||||
mock
|
mock
|
||||||
|
Loading…
Reference in New Issue
Block a user