mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Let's see if I can get Travis CI working on the first try
This commit is contained in:
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
|
Reference in New Issue
Block a user