diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-30 18:53:56 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-30 18:53:56 (GMT) |
commit | c50b86d06fb17daa365286e439d3808f82f98bef (patch) | |
tree | 42318e3581370b1b1497143c3b50dd530923babe /.travis.yml | |
parent | b746597e2bc93dcdd8483a3ade04c7cb777f18d0 (diff) | |
download | SCons-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.yml | 9 |
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 |