Skip to content

Commit 7f34320

Browse files
committed
Changed Python versions
1 parent 323fef5 commit 7f34320

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
# Using Python for the project
55
language: python
66
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"
7+
- "3.7"
8+
- "3.8"
149
matrix:
1510
include:
1611
# Tests and deploys docs, also runs coverage report

0 commit comments

Comments
 (0)