summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 15:27:29 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 15:27:29 -0300
commitf4574becfcea2a4c3bd1822b4b8bc34e942bfe29 (patch)
tree39264d30d91a9ffaf8252499795625ab1b9622ab /.travis.yml
parentdf858953975dda21d5bdb669952a2a91d9ad1cbc (diff)
travis: run test with different python versions
and run at least parts of the tests outside the container
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index db7eafa2..06ab690e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,15 @@ services:
- docker
python:
- - "2.7"
+ - "3.5"
+ - "3.6"
+
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get install -y pristine-tar
+
install: "pip install -r dev_requirements.txt"
script:
- flake8
+ - python $(which nosetests) -v tests/doctests/
- tests/helpers/run-in-docker