From 20a63dea4c0dca700445a58ae6e7d41bbb1bdcd1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 24 Jan 2017 16:38:48 +0200
Subject: [PATCH] - Test on multiple versions of Python, installation of
 package.

---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b48a9a4..3a0949e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: "2.7"
+python: ["2.7", "3.3", "3.4", "3.5", "3.6"]
 dist: trusty
 sudo: false
 group: beta
@@ -10,10 +10,12 @@ cache:
       - $HOME/.pre-commit
 
 install:
-  - pip install pre-commit
+  - pip install pre-commit docutils
 
 script:
   - pre-commit run --all-files
+  - python setup.py check -mrs
+  - pip install ./
 
 notifications:
   email: false
-- 
GitLab