Skip to content

Commit 08dadcc

Browse files
committed
Pytest with sudo=false
Without the sudo flag pytest wasn't being upgraded. Needed to force the upgrade.
1 parent 601dbfb commit 08dadcc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Our tests when run by pytest if run in container...
2-
sudo: required
1+
sudo: false
32

43
# language: csharp installs mono/dotnet but has limited python.
54
language: python
@@ -31,7 +30,7 @@ addons:
3130
- ca-certificates-mono
3231

3332
install:
34-
- pip install pycparser coverage codecov pytest
33+
- pip install -U pycparser coverage codecov pytest
3534
# setup.py install works too, but need to deal w Python.test then
3635
- coverage run setup.py build_ext --inplace
3736

0 commit comments

Comments
 (0)