]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
deal with broken pylint on 3.6
authorBob Halley <halley@dnspython.org>
Mon, 26 Dec 2016 20:51:15 +0000 (12:51 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 26 Dec 2016 20:51:15 +0000 (12:51 -0800)
.travis.yml

index b1a6240e5efcd6be7541ba190eaff8394b0e384d..f8b3da40c15db03b6f7dbf1314b971e89e5fba2d 100644 (file)
@@ -22,5 +22,5 @@ branches:
 install:
  - pip install unittest2 pylint pycrypto ecdsa idna
 script:
- - if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then make lint; fi
+ - if [[ ($TRAVIS_PYTHON_VERSION != '2.6') && ($TRAVIS_PYTHON_VERSION != '3.6') ]]; then make lint; fi
  - make test