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

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-20 01:06:47 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 02:28:34 +0300
commita06348a8f8e019b73182fbeb04a4e8a5fb22bf3d (patch)
treebd39a54e58066dac0fef505225d2625d7da9c419
parent3adaa62b17018d1243e3c7cb515b4e6824380430 (diff)
try to fix travis
-rw-r--r--.travis.yml3
-rw-r--r--README.rst2
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 89b8860..4ed75dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,7 @@ python:
before_install:
- pip install pep8
- - echo $PYTHON_VERSION
- - if [[ $PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi
script:
- make test \ No newline at end of file
diff --git a/README.rst b/README.rst
index f0678a2..451ae09 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ Dependencies
------------
* **Python >=3.4**
-
+* **typing** (from pip) if you are running Python 3.4
Pre-Installation
----------------