mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-08-02 20:52:29 +02:00
add .travis.yml test
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,4 +3,5 @@
|
|||||||
build
|
build
|
||||||
dist/
|
dist/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
.python-version
|
||||||
|
|
||||||
|
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- os x
|
||||||
|
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 2.7
|
||||||
|
- 2.6
|
||||||
|
|
||||||
|
install:
|
||||||
|
- python setup.py install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- nhentai --search umaru
|
||||||
|
- nhentai --ids=152503,146134 -t 10 --download --path=/tmp/
|
Reference in New Issue
Block a user