summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Waldon <christopher.waldon.dev@gmail.com>2020-01-18 09:20:02 -0500
committerPaul Moore <paul@paul-moore.com>2020-01-20 09:12:22 -0500
commitc4901128e67458b6448ae310e5b9949697c3608e (patch)
tree49ebfe704714a1f34e2f1c6e89085b7ecb16676e
parent3a6d076bf5d49d435fa8868d550c3f1668ef265c (diff)
downloadlibseccomp-c4901128e67458b6448ae310e5b9949697c3608e.tar.gz
travis: use default python instead of nightly
Previously the live python tests failed in the TravisCI environment because the nightly python version changed in a subtle way that made the `cython` install unreliable. This change reverts to a stable version of python that is able to install cython reliably. Signed-off-by: Chris Waldon <chris.waldon@ibm.com> [PM: edits to the commit description] Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit b4493a16c9408164f0a44614d42d25f76a192289)
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e29c815..64252aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,6 @@ compiler:
- gcc
language: python
-python:
- - "nightly"
addons:
coverity_scan: