From 111c678ceee1f5bb061f18ae84bc53e594f8b880 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 1 Aug 2014 16:43:00 -0700 Subject: [PATCH] add python3.4 to travis, tox test list; remove apt-get install python3.3-gdbm from travis configuration to fix travis error "Unable to locate package python3.3-gdbm" --- .travis.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8608c93..9554c09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,11 @@ env: - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 + - TOXENV=py34 before_install: - sudo apt-get update - - sudo apt-get -y install python-gdbm python3-gdbm python3.3-gdbm + - sudo apt-get -y install python-gdbm python3-gdbm before_script: - pip install tox diff --git a/tox.ini b/tox.ini index 8bdedc6..b01a85f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py32, py33 +envlist = py27, py32, py33, py34 [testenv] commands = py.test