Skip to content

Commit 1978f9f

Browse files
committed
Optimize travis config
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 8e5535c commit 1978f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
sudo: false
21
language: python
32
os: linux
3+
dist: xenial
4+
sudo: true
5+
46
install:
57
- &upgrade_python_toolset pip install --upgrade pip setuptools wheel
68
- &install_test_deps pip install --upgrade pytest pytest-sugar
@@ -14,8 +16,6 @@ _python:
1416
- &python37
1517
name: "Python 3.7"
1618
python: 3.7
17-
dist: xenial
18-
sudo: true
1919

2020
_helpers:
2121
- &install_cython pip install --upgrade Cython

0 commit comments

Comments
 (0)