mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 14:36:48 +01:00
Let's see if I can get Travis CI working on the first try
This commit is contained in:
parent
0d46643026
commit
c7787bc076
1 changed files with 10 additions and 0 deletions
10
src/.travis.yml
Normal file
10
src/.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
language: python
|
||||||
|
sudo: false
|
||||||
|
env:
|
||||||
|
- TOXENV=py34
|
||||||
|
- TOXENV=py35
|
||||||
|
- TOXENV=pep8
|
||||||
|
install:
|
||||||
|
- pip install --requirement ../requirements.txt
|
||||||
|
- pip install tox
|
||||||
|
script: tox
|
||||||
Loading…
Add table
Add a link
Reference in a new issue