Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 26d987a

Browse files
committed
Project test for 3.4 and trying a new version of the dependencies
1 parent 9e10881 commit 26d987a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ pep8==1.4.6
1010
py==1.4.19
1111
pyflakes
1212
python-coveralls==2.4.2
13-
python-dateutil==2.1
13+
python-dateutil>=2.1
1414
requests==2.1.0
1515
sh==1.09
16-
simplejson==3.3.1
17-
six==1.4.1
16+
simplejson>=3.3.1
17+
six>=1.4.1
1818
tox==1.6.1
1919
virtualenv==1.11

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def fullsplit(path, result=None):
7575
file_info[0] = '\\PURELIB\\%s' % file_info[0]
7676

7777
dependencies = [
78-
'python-dateutil==2.1',
79-
'simplejson==3.3.1',
80-
'six==1.4.1',
78+
'python-dateutil>=2.1',
79+
'simplejson>=3.3.1',
80+
'six>=1.4.1',
8181
]
8282

8383
setup(

test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def get_editable_project(self, version):
118118
"2.7": 11047,
119119
"3.2": 11134,
120120
"3.3": 11070,
121+
"3.4": 16842,
121122
}
122123
return version2slug[str(version)]
123124

0 commit comments

Comments
 (0)