We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5535c commit 1978f9fCopy full SHA for 1978f9f
.travis.yml
@@ -1,6 +1,8 @@
1
-sudo: false
2
language: python
3
os: linux
+dist: xenial
4
+sudo: true
5
+
6
install:
7
- &upgrade_python_toolset pip install --upgrade pip setuptools wheel
8
- &install_test_deps pip install --upgrade pytest pytest-sugar
@@ -14,8 +16,6 @@ _python:
14
16
- &python37
15
17
name: "Python 3.7"
18
python: 3.7
- dist: xenial
- sudo: true
19
20
_helpers:
21
- &install_cython pip install --upgrade Cython
0 commit comments