From 57d5a281d66d5d8890463592d102948824a743e7 Mon Sep 17 00:00:00 2001 From: aeb Date: Mon, 17 Oct 2016 21:36:59 +0300 Subject: [PATCH] Fix travi-ci tests command. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d031c65..9e495fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: install: pip install coveralls # command to run tests -script: coverage run --source=microschema python setup.py test +script: coverage run --source=microschema setup.py test # command to run after a successful build after_success: coveralls