diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-12 21:25:26 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-12 21:25:26 -0400 |
commit | 9692668dcc80d6df15fa8128f0aca676ea505f51 (patch) | |
tree | 86c19dae00b8337a9cc7adb2bb5b99768a1c91a1 | |
parent | b8575048782e5f68d7ac7061d129142ddc1bafa1 (diff) | |
download | python-coveragepy-git-9692668dcc80d6df15fa8128f0aca676ea505f51.tar.gz |
Clean up .travis.yml
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | igor.py | 1 |
2 files changed, 2 insertions, 1 deletions
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 @@ -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"]) |