From 23b0173e04161c797fa112b772b3800fecfde368 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 4 Jul 2019 14:55:33 -0400 Subject: [PATCH] Drop pypy from CI for now --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 144d9b6..1d07d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,9 @@ python: - 2.7 - 3.5 - 3.6 + # - 3.7 - nightly - - pypy + # - pypy # - pypy3 addons: @@ -36,4 +37,4 @@ before_script: - cd .. script: - - pytest tests/ \ No newline at end of file + - pytest tests/