summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-20 14:25:56 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-20 14:25:56 +1000
commitb7fff265d04d1882e5d7662cc089f5de8bc448b0 (patch)
treee578bddd4460e9b0cd3284bce45359a6368a22ea
parent60a42b88217ac2801588cd304cf7747ab69f12a2 (diff)
Travis: Fix travis
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ce59bdd..a577466 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,5 @@ install:
- pip install -r requirements.txt
script:
- - flake8 wal.py
- - pylint wal.py
+ - flake8 wal
+ - pylint wal