summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 542956a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-sudo: false
-language: python
-
-script:
- - tox
-
-install:
- - pip install --upgrade pip
- - pip install tox
-
-matrix:
- include:
- - python: "2.7"
- env: TOXENV=py27-django111
- - python: "3.4"
- env: TOXENV=py34-django111
- - python: "3.6"
- env: TOXENV=py36-django111
- - python: "3.6"
- env: TOXENV=py36-django22
-
- # Pypy
- - python: "pypy3"
- env: TOXENV=pypy3-django22
-
- # Linting
- - python: "3.6"
- env: TOXENV=lint
-
-notifications:
- email: false
- irc: "irc.freenode.org#xelnext"