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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user