]> code.communitydata.science - nu-vpn-proxy.git/commitdiff
minimal .travis.yml (just verifies that script can be byte-compiled)
authorDaniel Lenski <dlenski@gmail.com>
Mon, 23 Mar 2020 06:36:59 +0000 (23:36 -0700)
committerDaniel Lenski <dlenski@gmail.com>
Mon, 23 Mar 2020 19:58:17 +0000 (12:58 -0700)
.travis.yml [new file with mode: 0644]
README.md
requirements.txt

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..e0cd3d8
--- /dev/null
@@ -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
index 03d7d66557ed6b38511e8a8a223171dd8703e7e8..1bc0d2057ad9b14b17f76daf554f11fd098e84b6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![Build Status](https://api.travis-ci.org/dlenski/gp-saml-gui.png)](https://travis-ci.org/dlenski/gp-saml-gui)
+
 gp-saml-gui
 ===========
 
index f8ac0a4a7b5eae49761cd8d8083054f91d9bae68..6279bc3f3b0ac40a3b7edc4b0da454d8a6a4da9b 100644 (file)
@@ -1,2 +1,2 @@
 requests
-gi
+pgi

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