diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-16 09:56:43 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-16 09:56:43 -0700 |
commit | a46ea81491b23af642247559da9e72fab472767d (patch) | |
tree | dbda2ad1c8ddcd839ca95ca51466fa3221169f5f /.travis.yml | |
parent | 56a4739923a356ff5670b4620139ca55a2f30148 (diff) |
Added a comment; used a keyword argument, added pypy to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3f6f7331..7171dbe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.2" - "3.3" - "3.4" + - "pypy" install: # Self-install for setup.py-driven deps - pip install -e . |