mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
add .travis.yml test
This commit is contained in:
parent
73849e0d10
commit
75bc897df2
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/
|
Loading…
x
Reference in New Issue
Block a user