From a0bbe65d72e02acf1d90ea44c762acc8bb448da6 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Sat, 28 Mar 2015 10:57:21 +0100 Subject: [PATCH] Only run travis tests with py2.6, py3.3. It is more efficient to run only one test for Python 2.x and one for Python 3.x. The full set of tests, including all supported versions listed in `setup.py` should be run locally at least before releases. Then we also do coverage tests, pep8 and pyflakes. The 'run diceware' test should remain until we have some other regression test for bug #1. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3aeb0b..3d3e4f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.7" - "3.3" - - "3.4" before_install: - sudo apt-get update -qq # Workaround for a permissions issue with Travis virtual machine images -- GitLab