mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
Let's see if I can get Travis CI working on the first try
This commit is contained in:
parent
0d46643026
commit
c7787bc076
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…
x
Reference in New Issue
Block a user