]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Travis: enable pylint for py 3.6 264/head
authorMartin Basti <mbasti@redhat.com>
Fri, 14 Jul 2017 07:28:48 +0000 (09:28 +0200)
committerMartin Basti <mbasti@redhat.com>
Fri, 14 Jul 2017 07:28:48 +0000 (09:28 +0200)
.travis.yml

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