Skip to content

Commit

Permalink
Remove pypy tests
Browse files Browse the repository at this point in the history
Would love to support pypy, but the tests
don't currently pass.  I suspect I'll need
to avoid ctypes and use a pure python strtod
implementation.
  • Loading branch information
jamesls committed Nov 16, 2012
1 parent 42d8f0f commit 686c6e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Tox (http://codespeak.net/~hpk/tox/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, pypy
envlist = py26, py27

[testenv]
commands = nosetests -v
Expand Down

0 comments on commit 686c6e9

Please sign in to comment.