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:
-rw-r--r--.travis.yml1
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f0a0253..110f781 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
diff --git a/requirements.txt b/requirements.txt
index 5248704..4b1078e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,3 +13,4 @@ six==1.10.0
tinycss==0.4
WeasyPrint>=0.33
webencodings==0.5
+six \ No newline at end of file