Skip to content

Commit

Permalink
Merge 240f3e0 into ff73ec3
Browse files Browse the repository at this point in the history
  • Loading branch information
konradhalas committed Mar 10, 2019
2 parents ff73ec3 + 240f3e0 commit f2ea4f7
Show file tree
Hide file tree
Showing 21 changed files with 1,885 additions and 1,361 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 pipenv pytest-cov coveralls
- pipenv install --dev --system --ignore-pipfile
script:
- pytest --cov=dacite tests.py
- pytest --cov=dacite
after_success:
coveralls
deploy:
Expand Down

0 comments on commit f2ea4f7

Please sign in to comment.