Skip to content

Commit

Permalink
Cleaup removal of nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
kressi committed Mar 1, 2020
1 parent 999778b commit f76c32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,13 @@ matrix:
install:
- python --version
- pip --version
- pip install nose
- nosetests --version
- pip install pytest
- pip install pytest-cov
- pytest --version
- pip install coverage
- coverage --version
- pip install coveralls

script:
#- coverage run -m pytest
#- coverage report -m
- pytest --cov=terminalplot
#- nosetests --with-coverage --cover-package=terminalplot

after_success:
- coveralls
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ def version():
zip_safe=True,
entry_points={
'console_scripts': ['plot = terminalplot.command:main']
},
test_suite='nose.collector',
tests_require=['nose']
}
)

0 comments on commit f76c32b

Please sign in to comment.