Skip to content

Commit

Permalink
Don't depends on nose
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 16, 2014
1 parent 2e7fa4d commit 27ec619
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:

install:
- sudo pip install -r requirements.txt
- sudo pip install nose==1.3.0 coverage unittest2 testfixtures flake8 pep8-naming vvv
- sudo pip install -r dev-requirements.txt
- touch tilecloud_chain/OpenLayers.js

script:
Expand Down
7 changes: 7 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nose
coverage
unittest2
testfixtures
flake8
pep8-naming
vvv
11 changes: 0 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@
'bsddb3',
])

setup_requires = [
'nose',
]
tests_require = [
'coverage',
'unittest2',
'testfixtures',
]

setup(
name='tilecloud-chain',
version='0.9.0',
Expand All @@ -57,8 +48,6 @@
include_package_data=True,
zip_safe=False,
install_requires=install_requires,
setup_requires=setup_requires,
tests_require=tests_require,
entry_points={
'console_scripts': [
'generate_tiles = tilecloud_chain.generate:main',
Expand Down

0 comments on commit 27ec619

Please sign in to comment.