mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +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
|
||||
python:
|
||||
- 3.5
|
||||
- 3.4
|
||||
- 2.7
|
||||
sudo: false
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
# Config file for automatic testing at travis-ci.org
|
||||
|
||||
script:
|
||||
- py.test
|
||||
sudo: false
|
||||
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:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue
Block a user