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

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-04-09 19:34:13 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2017-11-17 14:40:27 +0300
commite6231b4cff0eba5f0153b7e8f0e869bb1339e9e3 (patch)
treebfd4f701affcd2f64ae1e0041a5c23b09012f569
parent2427b7b89d99dce3db44c7d442f2f8f448f309b5 (diff)
Test with python 3.6 as well on Travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ceda33e..e54b58a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: python
sudo: false
python:
- "3.4"
+ - "3.6"
install: "pip install pycodestyle dirq"
script:
- ./pep8