mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Travis integration: take 6
This commit is contained in:
parent
300dc97e83
commit
5f0962bc3e
1 changed files with 13 additions and 9 deletions
22
.travis.yml
22
.travis.yml
|
|
@ -1,13 +1,17 @@
|
|||
language: python
|
||||
|
||||
sudo: false
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
env:
|
||||
- TOXENV=py34
|
||||
- TOXENV=py35
|
||||
- TOXENV=pep8
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.4
|
||||
env: TOXENV=py34
|
||||
- python: 3.5
|
||||
env: TOXENV=py35
|
||||
- env: TOXENV=pep8
|
||||
|
||||
install:
|
||||
- pip install --requirement requirements.txt
|
||||
- pip install tox
|
||||
- pip install --requirement requirements.txt
|
||||
- pip install tox
|
||||
|
||||
script: tox -c src/tox.ini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue