mirror of
https://kkgithub.com/chinese-poetry/chinese-poetry.git
synced 2026-04-03 18:36:09 +00:00
Travis CI: Add Python 3 to the testing
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install flake8 -r requirements.txt
|
||||||
|
before_script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
script: pytest
|
script: pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user