Skip to content

Commit

Permalink
revert setup_tools usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zanellia committed Apr 3, 2020
1 parent 483e2fe commit 4131289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ before_install:
- ulimit -a
- mkdir builds
- pushd builds
- travis_retry pip install numpy
- travis_retry pip install nose argparse
- python -V
- popd
script:
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ def setup_package():
url = "http://www.github.com/scipy/weave",
download_url = "https://pypi.python.org/pypi/weave",
license = 'BSD',
packages = find_packages(),
install_requires=[
'numpy',
'nose',
],
# packages = find_packages(),
# install_requires=[
# 'numpy',
# 'nose',
# ],
cmdclass=cmdclass,
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
Expand Down

0 comments on commit 4131289

Please sign in to comment.