Skip to content

Commit

Permalink
Merge a120fc8 into 41f88b3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirroman committed Mar 19, 2020
2 parents 41f88b3 + a120fc8 commit 3c431c4
Show file tree
Hide file tree
Showing 11 changed files with 789 additions and 518 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
- "nightly"
install: pip install tox-travis coveralls
Expand Down
6 changes: 6 additions & 0 deletions conftest.py
@@ -0,0 +1,6 @@
# content of conftest.py
import sys

collect_ignore = []
if sys.version_info < (3, 5, 0):
collect_ignore.append("test_async_scheduler.py")
1 change: 1 addition & 0 deletions requirements-dev.txt
@@ -1,3 +1,4 @@
aiounittest; python_version >= '3.5'
docutils
mock
Pygments
Expand Down

0 comments on commit 3c431c4

Please sign in to comment.