mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Travis integration: take 6
This commit is contained in:
parent
300dc97e83
commit
5f0962bc3e
22
.travis.yml
22
.travis.yml
@ -1,13 +1,17 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
python:
|
|
||||||
- "3.4"
|
matrix:
|
||||||
- "3.5"
|
include:
|
||||||
env:
|
- python: 3.4
|
||||||
- TOXENV=py34
|
env: TOXENV=py34
|
||||||
- TOXENV=py35
|
- python: 3.5
|
||||||
- TOXENV=pep8
|
env: TOXENV=py35
|
||||||
|
- env: TOXENV=pep8
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --requirement requirements.txt
|
- pip install --requirement requirements.txt
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
||||||
script: tox -c src/tox.ini
|
script: tox -c src/tox.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user