Skip to content

Commit fe4d2ea

Browse files
committed
Merge pull request #306 from datastax/tox-build-fix
Changes the version of sure, so it can be successfully installed.
2 parents c444415 + 28359d5 commit fe4d2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ deps = nose
1010

1111
[testenv]
1212
deps = {[base]deps}
13+
sure==1.2.3
1314
blist
14-
sure
1515
setenv = USE_CASS_EXTERNAL=1
1616
commands = {envpython} setup.py build_ext --inplace
1717
nosetests --verbosity=2 tests/unit/

0 commit comments

Comments
 (0)