Skip to content

Commit

Permalink
Additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Feb 20, 2021
1 parent 8319f8a commit ba6a403
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ before_install:
- python --version
- uname -a
- lsb_release -a
- sudo apt-get -qq update
- sudo apt-get install -y enchant
install:
# Temporary escape hatch for setuptools 50.0:
# See https://github.com/pypa/setuptools/blob/17cb9d6bf249cefe653d3bdb712582409035a7db/CHANGES.rst#v5000
- export SETUPTOOLS_USE_DISTUTILS=stdlib
- pip install -U setuptools
- pip install tox coverage coveralls
- pip install tox
- virtualenv --version
- easy_install --version
- pip --version
- tox --version
- coverage --version
script:
- pip install .
after_failure:
Expand Down
31 changes: 1 addition & 30 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,5 @@
version: '{branch}-{build}'

# Don't use appveyor at all! Only until file can be removed.
skip_tags: true
skip_non_tags: true

build: off
cache:
- 'C:\\tmp'
environment:
matrix:
- PYTHON: "C:\\Python36"
TOXENV: "py36"

- PYTHON: "C:\\Python37"
TOXENV: "py37"


init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- ps: mkdir C:\tmp
install:
- 'SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%'
- 'python -m pip install -U setuptools pip tox wheel virtualenv'
- 'python -m pip --version'
- 'python -m tox --version'

test_script:
- 'python -m tox'

on_failure:
- ps: dir "env:"
- ps: get-content .tox\*\log\*
- echo "Skip"
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@ commands =
changedir = {toxinidir}


[testenv:coverage-erase]
setenv =
COVERAGE_FILE = {toxinidir}/.coverage
deps =
coverage<5
skip_install = true
commands =
python -m coverage erase
changedir = {toxinidir}


[testenv:coverage-html]
setenv =
COVERAGE_FILE = {toxinidir}/.coverage
Expand Down

0 comments on commit ba6a403

Please sign in to comment.