Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2016-12-16 15:02:31 +0300
committericoz <icoz.vt@gmail.com>2016-12-16 15:02:31 +0300
commit82cda661fbe3fe7ff284c47cc607538bc1d595ee (patch)
tree441fb3f4c1e1a12978639fada4b6e7ae01423e46
parent9b95a150a81c341222cebbce8d2152f20c1f4026 (diff)
added travis support
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f0a0253
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: python
+python:
+ - "3.3"
+ - "3.4"
+ - "3.5"
+# command to install dependencies
+install: "pip install -r requirements.txt"
+# command to run tests
+script: python -m unittest habr/user.py
+script: python -m unittest habr/topic.py