summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-05-16 06:09:56 +0200
committerMichele Simionato <michele.simionato@gmail.com>2021-05-16 06:09:56 +0200
commit31161d2e51b3411aa24bd48f05f1f75ccfaaecbb (patch)
tree24f222f4275a0c330830b9bb4be88d1e5bea2d7e
parentaa579a12ce293e0a7e8df8728b4837bc05e458e3 (diff)
downloadpython-decorator-git-31161d2e51b3411aa24bd48f05f1f75ccfaaecbb.tar.gz
Removed .travis.yml, not used anymore
-rw-r--r--.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d5e58cf..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: python
-
-python:
- - 2.7
- - 3.4
- - 3.5
- - 3.6
- - 3.7
- - 3.8
-
-install:
- - python setup.py install
-
-script:
- python src/tests/test.py -v