projects
/
EVA-2020-02-2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Expand test coverage, bugfix
[EVA-2020-02-2.git]
/
.travis.yml
diff --git
a/.travis.yml
b/.travis.yml
index 42479fe448d64d82722642d11e3e740adb969850..79decd6fcfcbc36edef60441004130774d6c1b43 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-11,8
+11,6
@@
matrix:
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
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
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
- tox -vv
after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
+
+notifications:
+ email: false