minimal .travis.yml (just verifies that script can be byte-compiled)
This commit is contained in:
parent
f381399b8f
commit
d8929a47d1
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
||||
notifications:
|
||||
email:
|
||||
false
|
||||
|
||||
sudo: false
|
||||
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- "python3 -m compileall -q gp-saml-gui.py" # byte-compile
|
||||
@ -1,3 +1,5 @@
|
||||
[](https://travis-ci.org/dlenski/gp-saml-gui)
|
||||
|
||||
gp-saml-gui
|
||||
===========
|
||||
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
requests
|
||||
gi
|
||||
pgi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user