Skip to content

Commit 1fb0cd2

Browse files
author
Luiko Czub
committed
update travis config to py 3.9
1 parent 68a3d5b commit 1fb0cd2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
sudo: false
22
language: python
33
python:
4-
- "2.7"
5-
- "3.6"
6-
- "3.7"
4+
- "3.9"
75

86
# command to install dependencies
97
install:
@@ -12,7 +10,7 @@ install:
1210
# command to run tests
1311
# online tests uses TL connection, defined in
1412
# TESTLINK_API_PYTHON_DEVKEY and TESTLINK_API_PYTHON_SERVER_URL
15-
# see https://travis-ci.org/USER/TestLink-API-Python-client/settings/env_vars
13+
# see https://travis-ci.com/USER/TestLink-API-Python-client/settings/env_vars
1614
# suggestion: use TL demo project with user pyTLapi, see tox.ini
1715
script:
1816
- py.test test/utest-offline

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ James Stock, Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
66

77
License `Apache License 2.0`_
88

9-
.. image:: https://travis-ci.org/lczub/TestLink-API-Python-client.svg?branch=master
10-
:target: https://travis-ci.org/lczub/TestLink-API-Python-client
9+
.. image:: https://travis-ci.com/lczub/TestLink-API-Python-client.svg?branch=master
10+
:target: https://travis-ci.com/lczub/TestLink-API-Python-client
1111

1212
.. contents::
1313
:local:

0 commit comments

Comments
 (0)