summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-12 21:25:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-12 21:25:26 -0400
commit2b409c0bdcead63936974aaf8e94f6b4efe1c2f2 (patch)
tree485fcc7f4b5bf767b42ad5569b0525775e2374df
parent06a4fb15d49958b328fc43c9d5374d843d7f9013 (diff)
downloadpython-coveragepy-2b409c0bdcead63936974aaf8e94f6b4efe1c2f2.tar.gz
Clean up .travis.yml
-rw-r--r--.travis.yml2
-rw-r--r--igor.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a6e7265..4238452 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 0c37efc..17b434d 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"])