summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-03-13 20:58:39 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-03-13 20:58:39 -0300
commit8b14a1e5b2ca574fdd4fd2377567ec98a110d4b6 (patch)
tree0895935489e4920d18824f7fb3a0d799649a27c3 /.travis.yml
parent878ba1152ebc64a4a2609d23c9e400a6111db642 (diff)
Imported Upstream version 5.4.2upstream/5.4.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b0f9231..c30c430 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,15 @@ python:
- "2.6"
- "2.7"
- "3.2"
+ - "3.3"
# command to install dependencies
# pip is run inside the script because we need have different requirements for Python 2 / 3.
install:
- "python install_requirements.py"
+ - "pip install flake8 --use-mirrors"
- "pip install . --use-mirrors"
# We run tests and afterwards nikola to see if the command is executable.
-script:
+script:
- nosetests --with-doctest
- - nikola
+ - nikola help
+ - "flake8 --exit-zero nikola --ignore=E501"