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>2017-07-06 18:38:22 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2017-07-06 18:38:32 +0300
commit79068d3fea4b52cf1fc76ef19714abcfe48e4420 (patch)
tree6c3cd404b5ec0b9625d92a7b91124d855f476ed6 /.travis.yml
parentfb31fc43f77539234989bd95630264ea1d0c522c (diff)
make php executable path configurable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fa7de71..ecb8b87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
sudo: false
language: python
python:
- - "3.4"
- "3.5"
+ - "3.6"
before_install:
- - pip install pep8 mypy-lang
+ - pip install pycodestyle mypy
script:
- make test \ No newline at end of file