Skip to content

Commit 4e883e7

Browse files
committed
Better pin dependencies
1 parent 0019d86 commit 4e883e7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ branches:
66
only:
77
- master
88
env:
9-
- DJANGO_VERSION=1.8.17
10-
- DJANGO_VERSION=1.9.12
9+
- DJANGO_VERSION=1.8.18
10+
- DJANGO_VERSION=1.9.13
1111
- DJANGO_SETTINGS_MODULE=sample_project.settings
1212
install:
1313
- pip install flake8

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Django>=1.6,<1.9
1+
Django>=1.6,<1.10
22
isodate>=0.4.7,<0.6
3-
matplotlib>=1.4.3
3+
matplotlib>=1.4.3,<2.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
url='https://github.com/tobami/codespeed',
99
download_url="https://github.com/tobami/codespeed/tags",
1010
license='GNU Lesser General Public License version 2.1',
11-
keywords=["benchmarking", "visualization"],
12-
install_requires=['django>=1.6,<1.9', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3'],
11+
keywords=['benchmarking', 'visualization'],
12+
install_requires=['django>=1.6,<1.10', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
1313
packages=find_packages(exclude=['ez_setup', 'sample_project']),
1414
description='A web application to monitor and analyze the performance of your code',
1515
include_package_data=True,

0 commit comments

Comments
 (0)