From 5d8444a831073f03ec7661daff802465eb9bf3ce Mon Sep 17 00:00:00 2001 From: cyprieng Date: Thu, 28 Jun 2018 19:08:07 +0200 Subject: [PATCH] Fix build --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3308cb9..2403363 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: python -env: -- TOXENV=py34 -- TOXENV=py33 -- TOXENV=py27 -- TOXENV=pypy -install: pip install -U tox -script: tox +python: + - "3.4" + - "2.7" + - pypy-5.4.1 +script: + python setup.py test deploy: provider: pypi distributions: sdist bdist_wheel