]> code.communitydata.science - nu-vpn-proxy.git/blob - .travis.yml
don't run the openconnect script in the background
[nu-vpn-proxy.git] / .travis.yml
1 notifications:
2   email:
3     false
4
5 sudo: false
6
7 language: python
8
9 python:
10   - "3.5"
11   - "3.6"
12   - "3.7"
13   - "3.8"
14
15 install:
16   - pip install -r requirements.txt
17
18 script:
19   - "python3 -m compileall -q gp-saml-gui.py"   # byte-compile

Community Data Science Collective || Want to submit a patch?