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>2017-02-12 17:06:43 +0300
committericoz <icoz.vt@gmail.com>2017-02-12 17:06:43 +0300
commit2d907ee7938c7c7e557f89fb7fdc39f087e52546 (patch)
tree76076a5a21e047f7ed45c0f725106c9a4c99ea2b
parent2f348b624d40230794d5eaefc14cc85e93fbf68b (diff)
fix for requrements.txt and added python3.6 to .travis.yml
-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