summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 13:55:35 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 13:55:35 +1000
commit2f03cba2936e60646fc35e98e379c5ee51594b79 (patch)
tree7c85a05e8e724f82bfce658636e7de65eae04419
parent4f7d6f5d7c2c6c682f5b1ab1e09a40c21f7562b8 (diff)
downloadansicolor-2f03cba2936e60646fc35e98e379c5ee51594b79.tar.gz
remove .travis.yml
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9165761..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: python
-
-python: 2.7
-
-env:
- - TOX_ENV=py27
- - TOX_ENV=py33
- - TOX_ENV=py34
- - TOX_ENV=py35
- - TOX_ENV=pypy
-
-install:
- - pip install tox
-
-script: tox -e $TOX_ENV
-
-notifications:
- email: true