From e14afbe0d71199d8a8e6856525bb9cca5c408a24 Mon Sep 17 00:00:00 2001 From: Ilja Orlovs Date: Sun, 18 Feb 2018 09:15:24 +0000 Subject: [PATCH] Complete ci update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0533a1c..679f86a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: fi - pip freeze # Print versions of all installed packages for logging purposes script: - - py.test --pep8 ./sqlalchemy_fsm/ + - py.test -m pep8 - py.test after_success: - coveralls