Skip to content

Commit 591fb9e

Browse files
authored
Merge pull request #6 from jia3ep/master
Travis build fix
2 parents 4624e70 + 849948d commit 591fb9e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
22
python:
3-
- "3.2"
4-
- "3.3"
53
- "3.4"
64
- "3.5"
75
- "3.6"
8-
- "nightly" # currently points to 3.7-dev
6+
- "3.7"
7+
- "3.8"
8+
- "3.9"
9+
- "nightly"
910
# command to install dependencies
1011
install:
1112
# Coveralls 4.0 doesn't support Python 3.2
@@ -14,7 +15,7 @@ install:
1415

1516
# command to run tests
1617
script:
17-
- "nosetests"
18+
- "make test"
1819
- "make coverage"
1920

2021
after_success:

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Tools to manipulate ZX Spectrum files
1717
.. image:: https://img.shields.io/github/issues/codeatcpp/zxtools.svg
1818
:target: https://github.com/codeatcpp/zxtools/issues
1919

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+
2023
Here's a set of utils to manipulate files that were copied from a TR-DOS diskette or from a tape.
2124

2225
Originally the tools were written to simplify the following workflow:

0 commit comments

Comments
 (0)