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:04:57 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 02:28:34 +0300
commit3adaa62b17018d1243e3c7cb515b4e6824380430 (patch)
treec64f54c21a8bf553a47bdfd5a858b0a2a9f58ee5
parent827271fc62ef2231fcbba8babc5eab2ea11d0696 (diff)
try to fix travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8952341..89b8860 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
before_install:
- pip install pep8
+ - echo $PYTHON_VERSION
- if [[ $PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi
script: