diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-22 22:19:08 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-22 22:19:08 +0200 |
commit | 99c854fe2766858883ef6a248462627ba137ca14 (patch) | |
tree | 98ff45eb64a87259a170977139b190122d4902bb | |
parent | 937a7dee0b5de773f164d7e3b143113c270733eb (diff) | |
download | external_python_setuptools-99c854fe2766858883ef6a248462627ba137ca14.tar.gz external_python_setuptools-99c854fe2766858883ef6a248462627ba137ca14.tar.bz2 external_python_setuptools-99c854fe2766858883ef6a248462627ba137ca14.zip |
Add pypy to Travis platforms
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 83efa5a4..b684935f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ python: - 2.7 - 3.2 - 3.3 + - pypy # command to run tests script: python setup.py test |