From 60b2d88ba6e3d7f1b464f514d0163814ce5411a6 Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 2 Oct 2017 13:18:38 -0400 Subject: [PATCH] travis --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec6d51e..243d104 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ +sudo: false language: python -install: pip install tox -script: tox +python: + - "2.7" + - "3.5" + - "3.6" + - "pypy" +install: pip install -e . +script: py.test jellyfish/test.py after_success: - coveralls notifications: