File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.2"
4
- - " 3.3"
5
3
- " 3.4"
6
4
- " 3.5"
7
5
- " 3.6"
8
- - " nightly" # currently points to 3.7-dev
6
+ - " 3.7"
7
+ - " 3.8"
8
+ - " 3.9"
9
+ - " nightly"
9
10
# command to install dependencies
10
11
install :
11
12
# Coveralls 4.0 doesn't support Python 3.2
@@ -14,7 +15,7 @@ install:
14
15
15
16
# command to run tests
16
17
script :
17
- - " nosetests "
18
+ - " make test "
18
19
- " make coverage"
19
20
20
21
after_success :
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Tools to manipulate ZX Spectrum files
17
17
.. image :: https://img.shields.io/github/issues/codeatcpp/zxtools.svg
18
18
:target: https://github.com/codeatcpp/zxtools/issues
19
19
20
+ .. image :: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjia3ep%2Fzxtools.svg?type=shield
21
+ :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fjia3ep%2Fzxtools?ref=badge_shield
22
+
20
23
Here's a set of utils to manipulate files that were copied from a TR-DOS diskette or from a tape.
21
24
22
25
Originally the tools were written to simplify the following workflow:
You can’t perform that action at this time.
0 commit comments