We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec767b7 commit 61fddb0Copy full SHA for 61fddb0
.gitignore
@@ -1,8 +1,7 @@
1
*.pyc
2
MANIFEST
3
.idea/*
4
-.virtualenv/*
5
-.py3virtualenv/*
+.*virtualenv/*
6
7
# Output of building package
8
*.egg-info
.travis.yml
@@ -5,6 +5,7 @@ python:
- "3.5.5"
- "3.6"
# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.
+# - "3.8" is handled in 'Test' job using xenial as Python 3.8 is not available for trusty.
9
- "pypy"
10
- "pypy3"
11
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
@@ -71,3 +72,8 @@ jobs:
71
72
srcclr: true
73
dist: xenial
74
python: "3.7"
75
+ - stage: 'Test'
76
+ addons:
77
+ srcclr: true
78
+ dist: xenial
79
+ python: "3.8"
requirements/test.txt
@@ -1,4 +1,4 @@
-coverage==4.0.3
+coverage>=4.0.3
flake8==3.6.0
funcsigs==0.4
mock==1.3.0
0 commit comments