Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf9b511

Browse files
committed
Remove docker and appveyor configuration files
These weren't used by CI nor were they regularly tested.If somebody misses something, we can bring them back of course.This cleanup was triggered with the switch to pytest, and I wantedto remove everything that was present just for nosetest.
1 parent63f5541 commitcf9b511

File tree

6 files changed

+3
-195
lines changed

6 files changed

+3
-195
lines changed

‎.appveyor.yml‎

Lines changed: 0 additions & 73 deletions
This file was deleted.

‎.dockerignore‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎.github/workflows/pythonpackage.yml‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,4 @@ jobs:
6868
run:|
6969
set -x
7070
pip install -r doc/requirements.txt
71-
make -C doc html
72-
73-
# - name: Test with nose
74-
# run: |
75-
# set -x
76-
# pip install nose
77-
# nosetests -v --with-coverage
78-
# continue-on-error: false
79-
80-
71+
make -C doc html

‎Dockerfile‎

Lines changed: 0 additions & 84 deletions
This file was deleted.

‎Makefile‎

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all clean release force_release docker-build test nose-pdb
1+
.PHONY: all clean release force_release
22

33
all:
44
@grep -Ee'^[a-z].*:' Makefile| cut -d: -f1| grep -vF all
@@ -17,18 +17,4 @@ release: clean
1717
force_release: clean
1818
git push --tags origin main
1919
python3 setup.py sdist bdist_wheel
20-
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*
21-
22-
docker-build:
23-
docker build --quiet -t gitpython:xenial -f Dockerfile.
24-
25-
test: docker-build
26-
# NOTE!!!
27-
# NOTE!!! If you are not running from main or have local changes then tests will fail
28-
# NOTE!!!
29-
docker run --rm -v${CURDIR}:/src -w /src -t gitpython:xenial tox
30-
31-
nose-pdb: docker-build
32-
# run tests under nose and break on error or failure into python debugger
33-
# HINT: set PYVER to "pyXX" to change from the default of py37 to pyXX for nose tests
34-
docker run --rm --env PYVER=${PYVER} -v${CURDIR}:/src -w /src -it gitpython:xenial /bin/bash dockernose.sh
20+
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*

‎dockernose.sh‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp