diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index edc77c5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: python - -python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" - - "pypy" - - "pypy3.5" - - "nightly" - -install: - - pip install -U pip - - pip install -U wheel setuptools - - pip install .[test] - -script: - - python -m testtools.run discover - - rst2html.py --strict README.rst README.html