Skip to content

Commit 3b29b1c

Browse files
added travis-ci
1 parent 04d9ec6 commit 3b29b1c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dist: xenial
2+
language: python
3+
python:
4+
- "3.6"
5+
- "3.7"
6+
before_install:
7+
- pip install poetry
8+
install:
9+
- poetry install
10+
script:
11+
- poetry run black --check .
12+
- poetry run pytest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Currently supported exchanges are [Taiwan Stock Exchange (TWSE)](http://www.twse
2020
pip install fugle-realtime
2121
```
2222

23-
This package is compatible with Python 3.6 or higher.
23+
This package is compatible with Python 3.6 and 3.7.
2424

2525
## Usage
2626

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)