Skip to content

Commit

Permalink
1.0.2: Also test Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
2xB committed Nov 15, 2019
1 parent 84c1c73 commit f5f9905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- '3.6'
- '3.8'
script:
- pytest
deploy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GitHub license](https://img.shields.io/github/license/2xB/faultguard.svg)](https://github.com/2xB/faultguard)
[![pypi version](https://img.shields.io/pypi/v/faultguard.svg)](https://pypi.org/project/faultguard/)

Rescuing data from abrubt process termination in Python.
Rescuing data from abrubt process termination in Python3.

## Introduction

Expand Down

0 comments on commit f5f9905

Please sign in to comment.