From 6750429d395b656f1b1cb9387b7168520db00700 Mon Sep 17 00:00:00 2001 From: Pascal Schetelat Date: Thu, 11 May 2017 14:11:28 +0200 Subject: [PATCH] Triggering tests in travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ff67ca1..41d09ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests +# script: - cd tests - python -m pytest test_xsd_validation.py -- GitLab