diff --git a/.travis.yml b/.travis.yml index bbd1c7c..c8b8991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python python: - - '2.7' + # - '2.7' - '3.5' - '3.6' - - 'pypy' + # - 'pypy' before_install: - pip install -r tests/requirements.txt - pip install coveralls