Skip to content

Commit

Permalink
another attempt at getting travis to work, ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
aparrish committed Jan 13, 2020
1 parent f917272 commit c19bd34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ install:

# command to run tests, e.g. python setup.py test
script:
- coverage run --source simpleneighbors setup.py test --verbose
- coverage run --source simpleneighbors tests/test_simpleneighbors.py --verbose
- python -m doctest simpleneighbors/__init__.py

after_success:
Expand Down
Empty file removed requirements.txt
Empty file.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -32,7 +32,6 @@
'sklearn': ['scikit-learn>=0.20'],
'purepython': [],
'dev': [
'numpy==1.15.4', # see https://github.com/numpy/numpy/issues/14012
'annoy>=1.16.0',
'scikit-learn>=0.20',
'mock;python_version<="2.7"',
Expand Down
23 changes: 0 additions & 23 deletions tox.ini

This file was deleted.

0 comments on commit c19bd34

Please sign in to comment.