[Calypso] [PATCH 4/4] Add .travis.yml

Guido Günther agx at sigxcpu.org
Sat Oct 22 10:28:28 PDT 2016


---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cca95d8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: python
+python:
+  - "2.7"
+install: "pip install -r requirements.txt"
+script:
+  - nosetests -vv
-- 
2.9.3



More information about the Calypso mailing list