Skip to content

Commit 3189d63

Browse files
committed
Bump pytest version
1 parent bc001fd commit 3189d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def is_pypy(self):
2727
PYTHON_MAIN_VERSIONS = ['python2.7', 'python3.4']
2828
PYTHON_VERSIONS = ['python2.6', 'python2.7', 'python3.2', 'python3.3',
2929
'python3.4', 'pypy', 'pypy3']
30-
PYTEST_VERSIONS = ['2.7.0']
30+
PYTEST_VERSIONS = ['2.7.2']
3131
DJANGO_VERSIONS = ['1.3', '1.4', '1.5', '1.6', '1.7', '1.8', 'master']
3232
SETTINGS = ['sqlite', 'sqlite_file', 'mysql_myisam', 'mysql_innodb',
3333
'postgres']

0 commit comments

Comments
 (0)