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"

This commit is contained in:
Noah Levitt 2014-08-01 16:43:00 -07:00
parent ccbe3522c5
commit 111c678cee
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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