diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:54:18 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:54:18 -0800 |
commit | ec365ac3a7020466d2713187ec42b20575e6ef05 (patch) | |
tree | cd64e593ead5337cf11bef8a449fdd5d3df67053 | |
parent | d09ca08d628ade6e04d708a6b7010801eeda4503 (diff) |
Pretty sure adding PyPy test cell to pre-2.0 was unintentional.
Certainly, it breaks, and I think I'd rather revert this
for the time being than cherry-pick b16f91ee1d6475036235ee7224ea4be5d58a65bf for example
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 53b9dcf9..ddff5e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ python: - "3.4" - "3.5" - "3.6" - - "pypy-5.4.1" install: # Self-install for setup.py-driven deps - pip install -e . |