File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,5 @@ def find_version(*file_paths):
74
74
'pytz' ,
75
75
],
76
76
77
- # TODO: these aren't in the sample package, but might again become imp
78
- # if JSON schema files are needed
79
- # zip_safe = False,
80
- # include_package_data = True,
81
-
82
- # NOTE: this isn't included in the sample packaging recommendation, but it seems to be the
83
- # de-facto standard for testing tools, Travis uses nose
84
- test_suite = 'nose.collector' ,
77
+ include_package_data = True ,
85
78
)
Original file line number Diff line number Diff line change 1
1
nose
2
2
httpretty
3
3
sure
4
+ wheel
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist = py26,py27,py34
3
3
[testenv]
4
- ; the current requirements.txt does an develop install, the actual dependencies
5
- ; are in the setup.py. so this probably isn't necessary if we are replying on
6
- ; tox doing an sdist installation. it should stick around for travis though.
7
- ; deps = -rrequirements.txt
8
4
deps = -rtest_requirements.txt
9
5
commands =
10
6
nosetests []
You can’t perform that action at this time.
0 commit comments