Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Run tests on Travis CI (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Jan 25, 2018
1 parent 032d577 commit e75f012
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install -e .
script:
- pytest
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
install_requires=[
'pytest>=3.0,<4',
'pydocstyle>=2.1,<2.2',
'pytest-codestyle>=1.0,<2.0',
'pytest-isort>=0.1,<1.0',
],
# https://docs.pytest.org/en/latest/writing_plugins.html#making-your-plugin-installable-by-others
entry_points={
Expand Down

0 comments on commit e75f012

Please sign in to comment.