init travis
parent
896dc04648
commit
6caf132fef
@ -0,0 +1,22 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
# - "2.6"
|
||||
- "2.7"
|
||||
# - "3.2"
|
||||
# - "3.3"
|
||||
# - "3.4"
|
||||
# - "3.5"
|
||||
# - "3.5-dev" # 3.5 development branch
|
||||
- "3.6"
|
||||
# - "3.6-dev" # 3.6 development branch
|
||||
# - "3.7-dev" # 3.7 development branch
|
||||
# - "nightly" # currently points to 3.7-dev
|
||||
|
||||
install: false
|
||||
|
||||
branches:
|
||||
only:
|
||||
- travis
|
||||
|
||||
script: ./build.sh
|
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
python -m py_compile cps.py
|
||||
python -m py_compile cps/book_formats.py
|
||||
python -m py_compile cps/db.py
|
||||
python -m py_compile cps/epub.py
|
||||
python -m py_compile cps/fb2.py
|
||||
python -m py_compile cps/helper.py
|
||||
python -m py_compile cps/ub.py
|
||||
python -m py_compile cps/uploader.py
|
||||
python -m py_compile cps/web.py
|
||||
python -m py_compile cps.py
|
Loading…
Reference in New Issue