Skip to content

Commit

Permalink
Merge 8f72f4d into 7eeb342
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 26, 2020
2 parents 7eeb342 + 8f72f4d commit 9f80b44
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install -r requirements/ci.txt
- name: Tests
run: |
nosetests --with-cov
pytest
- name: Post Coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions pytest.ini
@@ -0,0 +1,8 @@
[pytest]
norecursedirs = build *.egg
addopts =
--verbose
--tb=short
--capture=no
-rfEsxX
--cov=hiro
4 changes: 2 additions & 2 deletions requirements/test.txt
@@ -1,3 +1,3 @@
-r main.txt
nose
nose-cov
pytest
pytest-cov

0 comments on commit 9f80b44

Please sign in to comment.