Updated for the latest cookiecutter

This commit is contained in:
Alex Gaynor 2013-09-21 17:29:32 -07:00
parent 1c67354756
commit 71d8213ef4
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +0,0 @@
solum
=====
Project Solum

View File

@ -31,6 +31,7 @@ class TestCase(testtools.TestCase):
def setUp(self):
"""Run before each test method to initialize test environment."""
super(TestCase, self).setUp()
test_timeout = os.environ.get('OS_TEST_TIMEOUT', 0)
try:
test_timeout = int(test_timeout)

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pep8
envlist = py26,py27,py33,pypy,pep8
skipsdist = True
[testenv]