summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shields <mshields@google.com>2015-08-17 18:04:38 -0700
committerMichael Shields <mshields@google.com>2015-08-17 18:04:38 -0700
commitd74a85c44d99ac7fc02638a1c2066ac08ed22b15 (patch)
tree703d680647391b132f5c758b6b13e698c56cf2a4
parent9f581d2b1ce9bcce9c7e1e04f298746712a25066 (diff)
downloadipaddr-py-d74a85c44d99ac7fc02638a1c2066ac08ed22b15.tar.gz
Fix typo.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c3d243f..b25b70c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: python
python:
- "2.7"
-script: python ipaddr_tests.py
+script: python ipaddr_test.py
sudo: false