File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ jobs:
19
19
- &unittests
20
20
stage : unit tests
21
21
language : python
22
- python : 3.7
22
+ python : 3.8
23
23
before_script :
24
24
# We need to escape virtualenv for `test_pythonpackage_basic.test_virtualenv`
25
25
# See also: https://github.com/travis-ci/travis-ci/issues/8589
26
26
- type -t deactivate && deactivate || true
27
- - export PATH=/opt/python/3.7 /bin:$PATH
27
+ - export PATH=/opt/python/3.8 /bin:$PATH
28
28
# Install tox & virtualenv
29
29
# Note: venv/virtualenv are both used by tests/test_pythonpackage.py
30
- - pip3.7 install -U virtualenv
31
- - pip3.7 install tox>=2.0
30
+ - pip3.8 install -U virtualenv
31
+ - pip3.8 install tox>=2.0
32
32
# Install coveralls & dependencies
33
33
# Note: pyOpenSSL needed to send the coveralls reports
34
- - pip3.7 install pyOpenSSL
35
- - pip3.7 install coveralls
34
+ - pip3.8 install pyOpenSSL
35
+ - pip3.8 install coveralls
36
36
script :
37
37
# ignores test_pythonpackage.py since it runs for too long
38
38
- tox -- tests/ --ignore tests/test_pythonpackage.py
You can’t perform that action at this time.
0 commit comments