aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-05 19:35:30 -0800
committerMike Crute <mcrute@gmail.com>2015-12-05 19:35:30 -0800
commit2ed45c1c29941829dbaff2c413a8260e0d935745 (patch)
tree0f3261693a8b70e9f9f2ea156a522dd1ba8ac88f /.travis.yml
parent94af4f7fd0077ded2a32e1887506c584512630df (diff)
downloadpydora-2ed45c1c29941829dbaff2c413a8260e0d935745.tar.bz2
pydora-2ed45c1c29941829dbaff2c413a8260e0d935745.tar.xz
pydora-2ed45c1c29941829dbaff2c413a8260e0d935745.zip
Check code style with Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a984591..0da67eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@ python:
4 - "3.2" 4 - "3.2"
5 - "3.3" 5 - "3.3"
6 - "3.4" 6 - "3.4"
7script: python setup.py test 7script: python setup.py check_style test