From 1849c9866316e382ddb0ee8725a6127a2d9c1cbb Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 10 Feb 2014 16:40:15 -0600 Subject: [PATCH] For now let's try just running speedtest_cli.py --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e1d82d5..3f0651a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - 2.7 + - 3.3 install: - pip install . @@ -10,6 +11,7 @@ install: script: - pep8 --show-source speedtest_cli.py - pyflakes speedtest_cli.py + - python speedtest_cli.py notifications: email: