mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Update travis config to use tox instead of pytest
This commit is contained in:
parent
b68e89279f
commit
adf10a03ba
23
.travis.yml
23
.travis.yml
|
@ -1,14 +1,17 @@
|
||||||
language: python
|
# Config file for automatic testing at travis-ci.org
|
||||||
python:
|
|
||||||
- 3.5
|
|
||||||
- 3.4
|
|
||||||
- 2.7
|
|
||||||
sudo: false
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
|
|
||||||
script:
|
sudo: false
|
||||||
- py.test
|
language: python
|
||||||
|
python: 3.5
|
||||||
|
env:
|
||||||
|
- TOX_ENV=py27
|
||||||
|
- TOX_ENV=py34
|
||||||
|
- TOX_ENV=py35
|
||||||
|
|
||||||
|
script: tox -e $TOX_ENV
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user