Skip to content

Commit

Permalink
Use pytest command as test entry point (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and dbrgn committed Nov 26, 2017
1 parent 3effd0f commit 9f2fca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip install -r requirements-dev.txt
- pip install -e .
script:
- py.test
- pytest
after_script:
- pip install --quiet coveralls
- coveralls
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Prepare::

Run tests::

py.test
  pytest

Violations of the PEP8 coding guidelines above will be counted as test fails.

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Testing
pytest==3.2.4
pytest-cov==2.5.1
pytest-pep8==1.0.6
pytest<4
pytest-cov<3
pytest-pep8<2

# Docs
Sphinx==1.2b3

0 comments on commit 9f2fca3

Please sign in to comment.