Skip to content

Commit 042be3f

Browse files
committed
Updated Travis config
1 parent cf2943d commit 042be3f

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33

44
# Using Python for the project
55
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"
6+
python:
7+
- "3.7"
8+
- "3.8"
149
matrix:
1510
include:
1611
# Tests and deploys docs, also runs coverage report
@@ -23,7 +18,7 @@ addons:
2318

2419
before_install:
2520
# 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
2722
# Sets scripts as executable
2823
- chmod -R +x ~/.scripts/*
2924
# Prepares CI environment

0 commit comments

Comments
 (0)