We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c1c73 commit f5f9905Copy full SHA for f5f9905
.travis.yml
@@ -1,6 +1,7 @@
1
language: python
2
python:
3
- '3.6'
4
+- '3.8'
5
script:
6
- pytest
7
deploy:
README.md
@@ -4,7 +4,7 @@
[](https://github.com/2xB/faultguard)
[](https://pypi.org/project/faultguard/)
-Rescuing data from abrubt process termination in Python.
+Rescuing data from abrubt process termination in Python3.
8
9
## Introduction
10
0 commit comments