From e36af9059b54cb7e62ccb1b43edac1449553b698 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 19 Apr 2016 23:00:10 +0200 Subject: [PATCH] do not test update.py --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a1fee1..3a94345 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,6 @@ script: - pep8 --ignore E501 update.py - pep8 --ignore E501,E265 autocmake # # unit tests - - py.test -vv update.py - py.test -vv autocmake/* # - py.test -vv test/test.py