We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2943d commit 042be3fCopy full SHA for 042be3f
1 file changed
.travis.yml
@@ -3,14 +3,9 @@
3
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"
+ python:
+ - "3.7"
+ - "3.8"
14
matrix:
15
include:
16
# Tests and deploys docs, also runs coverage report
@@ -23,7 +18,7 @@ addons:
23
18
24
19
before_install:
25
20
# Gets scripts
26
- - git clone -b v1.2.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
21
+ - git clone -b v1.2.2 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
27
22
# Sets scripts as executable
28
- chmod -R +x ~/.scripts/*
29
# Prepares CI environment
0 commit comments