From 2a7e075259db05139141a45856b1ecffb72930d5 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 18 Jan 2016 10:22:40 +0000 Subject: [PATCH] reconfigure build configs --- .scrutinizer.yml | 2 +- .travis.yml | 10 ++++++++-- tox.ini | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 0f07119..ad1335b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -5,4 +5,4 @@ filter: tools: external_code_coverage: timeout: 600 - runs: 1 + runs: 5 diff --git a/.travis.yml b/.travis.yml index 1b9743f..c410474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,17 @@ language: python +env: + - TOXENV=py27 + - TOXENV=py33 + - TOXENV=py34 + - TOXENV=pypy + - TOXENV=pypy3 install: - pip install tox - pip install coveralls - pip install scrutinizer-ocular + - pip install gevent script: - - rm .coverage - - tox + - tox -e $TOXENV after_script: - coveralls - ocular diff --git a/tox.ini b/tox.ini index f882db3..a4194bf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py33, py34, pypy +envlist = py27, py33, py34, pypy, pypy3 [testenv] setenv =