mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Merge pull request #746 from tahoe-lafs/3330.remove-some-travis-config
Remove some TravisCI configuration Fixes: ticket:3330 Fixes: ticket:3331 Fixes: ticket:3332 Fixes: ticket:3333 Fixes: ticket:3334 Fixes: ticket:3335
This commit is contained in:
commit
52e745afac
34
.travis.yml
34
.travis.yml
@ -12,12 +12,7 @@ env:
|
|||||||
- TAHOE_LAFS_HYPOTHESIS_PROFILE=ci
|
- TAHOE_LAFS_HYPOTHESIS_PROFILE=ci
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# ~/.local/bin is on $PATH by default, but on OS-X, --user puts it elsewhere
|
- pip install --upgrade tox setuptools virtualenv
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then export PATH=$HOME/Library/Python/2.7/bin:$PATH; fi
|
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then wget https://bootstrap.pypa.io/get-pip.py && sudo python ./get-pip.py; fi
|
|
||||||
- pip list
|
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then pip install --user --upgrade codecov tox setuptools virtualenv; fi
|
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then pip install --upgrade codecov tox setuptools virtualenv; fi
|
|
||||||
- echo $PATH; which python; which pip; which tox
|
- echo $PATH; which python; which pip; which tox
|
||||||
- python misc/build_helpers/show-tool-versions.py
|
- python misc/build_helpers/show-tool-versions.py
|
||||||
|
|
||||||
@ -25,13 +20,6 @@ script:
|
|||||||
- |
|
- |
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
tox -e ${T}
|
tox -e ${T}
|
||||||
# To verify that the resultant PyInstaller-generated binary executes
|
|
||||||
# cleanly (i.e., that it terminates with an exit code of 0 and isn't
|
|
||||||
# failing due to import/packaging-related errors, etc.).
|
|
||||||
if [ "${T}" = "pyinstaller" ]; then dist/Tahoe-LAFS/tahoe --version; fi
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- if [ "${T}" = "coverage" ]; then codecov; fi
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
@ -45,26 +33,6 @@ notifications:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
python: '2.7'
|
|
||||||
env: T=coverage LANG=en_US.UTF-8
|
|
||||||
- os: linux
|
|
||||||
python: '2.7'
|
|
||||||
env: T=codechecks LANG=en_US.UTF-8
|
|
||||||
- os: linux
|
|
||||||
python: '2.7'
|
|
||||||
env: T=pyinstaller LANG=en_US.UTF-8
|
|
||||||
- os: linux
|
|
||||||
python: '2.7'
|
|
||||||
env: T=py27 LANG=C
|
|
||||||
- os: osx
|
|
||||||
python: '2.7'
|
|
||||||
env: T=py27 LANG=en_US.UTF-8
|
|
||||||
language: generic # "python" is not available on OS-X
|
|
||||||
- os: osx
|
|
||||||
python: '2.7'
|
|
||||||
env: T=pyinstaller LANG=en_US.UTF-8
|
|
||||||
language: generic # "python" is not available on OS-X
|
|
||||||
- os: linux
|
- os: linux
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
env: T=py36
|
env: T=py36
|
||||||
|
0
newsfragments/3330.minor
Normal file
0
newsfragments/3330.minor
Normal file
0
newsfragments/3331.minor
Normal file
0
newsfragments/3331.minor
Normal file
0
newsfragments/3332.minor
Normal file
0
newsfragments/3332.minor
Normal file
0
newsfragments/3333.minor
Normal file
0
newsfragments/3333.minor
Normal file
0
newsfragments/3334.minor
Normal file
0
newsfragments/3334.minor
Normal file
0
newsfragments/3335.minor
Normal file
0
newsfragments/3335.minor
Normal file
Loading…
Reference in New Issue
Block a user