maybe gdbm will work

This commit is contained in:
Noah Levitt 2013-12-09 18:35:40 -08:00
parent 2b5ab3b70a
commit f91986c1af
2 changed files with 1 additions and 2 deletions

View File

@ -8,6 +8,6 @@ python:
- "3.3"
before_install:
- sudo apt-get update
- sudo apt-get -y install python-gdbm python3-gdbm
- sudo apt-get -y install python-gdbm python3-gdbm python3.3-gdbm
script: python setup.py test

View File

@ -7,6 +7,5 @@
envlist = py27, py32, py33
[testenv]
sitepackages = True
commands = {envpython} setup.py test