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:09:04 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-06-03 02:28:34 +0300
commit23cac773c9afea2d6dfd9ce815295476f10472a7 (patch)
tree248a3f9df0732093b6ad6b42c4e7cb28df24a60b
parenta06348a8f8e019b73182fbeb04a4e8a5fb22bf3d (diff)
try to fix travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ed75dd..e64d664 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ python:
- "3.5"
before_install:
- - pip install pep8
+ - pip install pep8 mypy-lang
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip3 install typing; fi
script: