projects
/
EVA-2020-02-2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8553be8
)
Remove .travis.yml
author
Phil Howard
<phil@gadgetoid.com>
Sat, 14 Nov 2020 17:38:07 +0000
(17:38 +0000)
committer
Phil Howard
<phil@gadgetoid.com>
Sat, 14 Nov 2020 17:38:07 +0000
(17:38 +0000)
.travis.yml
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
deleted file mode 100644
(file)
index
79decd6
..0000000
--- a/
.travis.yml
+++ /dev/null
@@
-1,25
+0,0 @@
-language: python
-sudo: false
-cache: pip
-
-git:
- submodules: true
-
-matrix:
- include:
- - python: "2.7"
- env: TOXENV=py27
- - python: "3.5"
- env: TOXENV=py35
-
-install:
- - pip install --ignore-installed --upgrade setuptools pip tox coveralls
-
-script:
- - cd library
- - tox -vv
-
-after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
-
-notifications:
- email: false