aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-05 19:40:00 -0800
committerMike Crute <mcrute@gmail.com>2015-12-05 19:40:00 -0800
commitc034ffc37a98585bff189a6fd6f71b9d14c2c56f (patch)
tree72140f6f6a0739cad98a41f78f240c80e1b3dfbf /.travis.yml
parent2ed45c1c29941829dbaff2c413a8260e0d935745 (diff)
downloadpydora-c034ffc37a98585bff189a6fd6f71b9d14c2c56f.tar.bz2
pydora-c034ffc37a98585bff189a6fd6f71b9d14c2c56f.tar.xz
pydora-c034ffc37a98585bff189a6fd6f71b9d14c2c56f.zip
Try a different config for Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0da67eb..92b347f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,6 @@ python:
4 - "3.2" 4 - "3.2"
5 - "3.3" 5 - "3.3"
6 - "3.4" 6 - "3.4"
7script: python setup.py check_style test 7script:
8 - python setup.py test
9 - python setup.py check_style