changeset 431:e4a06565ecd5

cm: Add Travis-CI config file.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 30 Mar 2017 19:48:23 -0700
parents a79f67f01a4c
children 41cdccd71717
files .travis.yml
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Thu Mar 30 19:48:23 2017 -0700
@@ -0,0 +1,11 @@
+sudo: false
+language: python
+python:
+  - "3.4"
+  - "3.5"
+  - "3.6"
+install:
+  - "pip install -r requirements.txt"
+  - "pip install -r dev-requirements.txt"
+script: py.test
+