diff --git a/.travis.yml b/.travis.yml index 5243222..7c1e208 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: python: - '2.7' - - '3.5' + - '3.8' branches: only: @@ -43,3 +43,4 @@ deploy: on: branch: master tags: false + condition: $TRAVIS_PYTHON_VERSION != "2.7" \ No newline at end of file