Skip to content

Commit

Permalink
Change from Travis/Nose to GitHub Actions/Pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Jun 30, 2021
1 parent 88f65ef commit 762df16
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 31 deletions.
4 changes: 3 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
codecov:
branch: release
branch: release
ignore:
- "*/tests/*”
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Chris Jackson'

# The full version, including alpha/beta/rc tags
release = 'v0.5.5'
release = 'v0.5.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage
nose
pytest
bio-test-artifacts
tables
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

# Current Inferelator Version Number
version = "0.5.5"
version = "0.5.6"


# Description from README.md
Expand Down Expand Up @@ -37,8 +37,7 @@
zip_safe=False,
install_requires=requires,
python_requires=">=3.5",
tests_require=["coverage", "nose", "bio-test-artifacts", "tables"],
test_suite="nose.collector",
tests_require=["coverage", "pytest", "bio-test-artifacts", "tables"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 762df16

Please sign in to comment.