Skip to content

Commit

Permalink
Changing to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Dec 29, 2019
1 parent 721985f commit cf6cb2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ python:
install:
- pip install -e .
script:
- nosetests
- pytest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/typed-argument-parser)](https://badge.fury.io/py/typed-argument-parser)
[![PyPI version](https://badge.fury.io/py/typed-argument-parser.svg)](https://badge.fury.io/py/typed-argument-parser)

[![Build Status](https://travis-ci.com/swansonk14/typed-argument-parser.svg?branch=master)](https://travis-ci.com/swansonk14/typed-argument-parser)

Tap is a typed modernization of Python's [argparse](https://docs.python.org/3/library/argparse.html) library.

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
'typing_extensions >= 3.7.4',
'typing-inspect >= 0.5',
],
test_suite='nose.collector',
tests_require=['nose'],
tests_require=['pytest'],
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit cf6cb2d

Please sign in to comment.