Skip to content

Commit

Permalink
travis readded
Browse files Browse the repository at this point in the history
  • Loading branch information
liampauling committed Dec 31, 2020
1 parent 8ae4549 commit 7accae3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
language: python

sudo: false

install:
- travis_retry python setup.py install
- pip install coveralls

jobs:
include:
- name: "Tests: python 3.5"
python: 3.5
script:
- coverage run --source=betfairlightweight setup.py test
- name: "Tests: python 3.6"
python: 3.6
script:
- coverage run --source=betfairlightweight setup.py test
- name: "Tests: python 3.7"
python: 3.7
dist: xenial
script:
- coverage run --source=betfairlightweight setup.py test
- name: "Tests: python 3.8"
python: 3.8
dist: xenial
script:
- coverage run --source=betfairlightweight setup.py test
- name: "Tests: python 3.9"
python: 3.9
dist: xenial
script:
- coverage run --source=betfairlightweight setup.py test
- name: "Lint: python 3.7"
python: 3.7
dist: xenial
install:
- pip install black
script:
- black --check --diff .

after_success:
coveralls
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release History
- #369 Output streaming matched backs/lays
- #370 Session timeout updated to 24hrs for international exchange
- License update
- Remove travis.yml and build.sh
- Removed build.sh

2.11.1 (2020-12-26)
+++++++++++++++++++
Expand Down

0 comments on commit 7accae3

Please sign in to comment.