Expand test coverage, bugfix
[EVA-2020-02-2.git] / .travis.yml
index 42479fe448d64d82722642d11e3e740adb969850..79decd6fcfcbc36edef60441004130774d6c1b43 100644 (file)
@@ -11,8 +11,6 @@ matrix:
       env: TOXENV=py27
     - python: "3.5"
       env: TOXENV=py35
-    - python: "2.7"
-      env: TOXENV=py27
 
 install:
   - pip install --ignore-installed --upgrade setuptools pip tox coveralls
@@ -22,3 +20,6 @@ script:
   - tox -vv
 
 after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
+
+notifications:
+  email: false