We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323fef5 commit 7f34320Copy full SHA for 7f34320
1 file changed
.travis.yml
@@ -4,13 +4,8 @@
4
# Using Python for the project
5
language: python
6
python:
7
- - "3.4"
8
- - "3.5"
9
- # Python 3.6 is set to test and deploy the docs in the configuration matrix
10
- #- "3.6"
11
- # PyPy currently is not working with the required dependencies
12
- #- "pypy"
13
- #- "pypy3"
+ - "3.7"
+ - "3.8"
14
matrix:
15
include:
16
# Tests and deploys docs, also runs coverage report
0 commit comments