]> git.lizzy.rs Git - nhentai.git/commitdiff
add .travis.yml test 0.1.4
authorRicter Z <ricterzheng@gmail.com>
Mon, 2 May 2016 07:43:59 +0000 (15:43 +0800)
committerRicter Z <ricterzheng@gmail.com>
Mon, 2 May 2016 07:43:59 +0000 (15:43 +0800)
.gitignore
.travis.yml [new file with mode: 0644]

index d8339d7f06e227946ada8864671f53a44d7f6754..911656bf64a0122917b7bf9328c3e18959679081 100644 (file)
@@ -3,4 +3,5 @@
 build
 dist/
 *.egg-info
+.python-version
 
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..5fc1c66
--- /dev/null
@@ -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/
\ No newline at end of file