summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-30 18:53:56 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-30 18:53:56 (GMT)
commitc50b86d06fb17daa365286e439d3808f82f98bef (patch)
tree42318e3581370b1b1497143c3b50dd530923babe /.travis.yml
parentb746597e2bc93dcdd8483a3ade04c7cb777f18d0 (diff)
downloadSCons-c50b86d06fb17daa365286e439d3808f82f98bef.zip
SCons-c50b86d06fb17daa365286e439d3808f82f98bef.tar.gz
SCons-c50b86d06fb17daa365286e439d3808f82f98bef.tar.bz2
[appveyor skip] Drop pypy from build matrix. (it's py27)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c84271..ddc2829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,6 @@ install:
# allow coverage to fail, so we can still do testing for all platforms
matrix:
allow_failures:
- - python: pypy
- python: pypy3
- stage: Coverage
@@ -56,12 +55,6 @@ jobs:
- PYTHON=pypy3
sudo: required
- - <<: *test_job
- python: pypy
- env:
- - PYVER=pypy
- - PYTHON=pypy
- sudo: required
- <<: *test_job
python: 3.5
@@ -100,7 +93,7 @@ jobs:
python: 3.7
before_script:
# install our own python so we can modify usercustomize.py
- - deactivate
+# - deactivate
# - sudo add-apt-repository -y ppa:deadsnakes/ppa
# - sudo apt-get update || true
# - sudo apt-get -y install python$PYTHON