File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- include .travis.yml
2
1
include AUTHORS
3
2
include COPYING
4
3
include MANIFEST.in
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ The Python Benchmark Suite
6
6
:alt: Latest pyperformance release on the Python Cheeseshop (PyPI)
7
7
:target: https://pypi.python.org/pypi/pyperformance
8
8
9
- .. image :: https://travis-ci .com/python/pyperformance. svg?branch=master
10
- :alt: Build status of pyperformance on Travis CI
11
- :target: https://travis-ci .com/github/ python/pyperformance
9
+ .. image :: https://github .com/python/pyperformance/actions/workflows/build.yml/badge. svg
10
+ :alt: Build status of pyperformance on GitHub Actions
11
+ :target: https://github .com/python/pyperformance/actions
12
12
13
13
The ``pyperformance `` project is intended to be an authoritative source of
14
14
benchmarks for all Python implementations. The focus is on real-world
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Version 1.0.2
6
6
7
7
* Reenable html5lib benchmark: html5lib 1.1 has been released.
8
8
* Update requirements.
9
+ * Replace Travis CI with GitHub Actions.
9
10
10
11
Version 1.0.1 (2020-03-26)
11
12
--------------------------
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def is_build_dir():
27
27
class Requirements (object ):
28
28
def __init__ (self , filename , optional ):
29
29
# if pip or setuptools is updated:
30
- # .travis .yml should be updated as well
30
+ # .github/workflows/main .yml should be updated as well
31
31
32
32
# pip requirements
33
33
self .pip = [
Original file line number Diff line number Diff line change 19
19
# - git commit -a -m "prepare release x.y"
20
20
# - run tests: tox --parallel auto
21
21
# - git push
22
- # - check Travis CI status:
23
- # https://travis-ci.com/github/python/pyperformance
24
- # - check AppVeyor status:
25
- # https://ci.appveyor.com/project/lazka/pyperformance-rdqv8
22
+ # - check the CI status:
23
+ # https://github.com/python/pyperformance/actions
26
24
#
27
25
# Release a new version:
28
26
#
You can’t perform that action at this time.
0 commit comments