Thanks to visit codestin.com Credit goes to github.com
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.
sudo=false
1 parent 8775d40 commit 0b8ebe1Copy full SHA for 0b8ebe1
.travis.yml
@@ -1,5 +1,4 @@
1
-# Our tests when run by pytest if run in container...
2
-sudo: required
+sudo: false
3
4
# language: csharp installs mono/dotnet but has limited python.
5
language: python
@@ -31,7 +30,7 @@ addons:
31
30
- ca-certificates-mono
32
33
install:
34
- - pip install pycparser coverage codecov pytest
+ - pip install -U pycparser coverage codecov pytest
35
# setup.py install works too, but need to deal w Python.test then
36
- coverage run setup.py build_ext --inplace
37
0 commit comments