From 9692668dcc80d6df15fa8128f0aca676ea505f51 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 12 Sep 2013 21:25:26 -0400 Subject: Clean up .travis.yml --- .travis.yml | 2 +- igor.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6e7265d..42384521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ install: script: - make testdata - - PYTHONPATH=test/eggsrc nosetests -e test_farm -e is_like_python test + - PYTHONPATH=test/eggsrc nosetests -e test_farm -e is_like_python test diff --git a/igor.py b/igor.py index 0c37efca..17b434d4 100644 --- a/igor.py +++ b/igor.py @@ -196,6 +196,7 @@ def do_check_eol(): check_file("igor.py") check_file("Makefile") check_file(".hgignore") + check_file(".travis.yml") check_files("doc", ["*.rst"]) check_files(".", ["*.txt"]) -- cgit v1.2.1