Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
*.pyc
MANIFEST
.idea/*
.virtualenv/*
.py3virtualenv/*
.*virtualenv/*

# Output of building package
*.egg-info
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- "pypy"
- "pypy3"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
Expand Down Expand Up @@ -71,3 +72,8 @@ jobs:
srcclr: true
dist: xenial
python: "3.7"
- stage: 'Test'
addons:
srcclr: true
dist: xenial
python: "3.8"
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage==4.0.3
coverage>=4.0.3
flake8==3.6.0
funcsigs==0.4
mock==1.3.0
Expand Down