Skip to content
Snippets Groups Projects
Commit 4b935e53 authored by Donald Stufft's avatar Donald Stufft
Browse files

Remove PyPy from the build matrix until a newer one is released

parent a6ca6f2d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ python: ...@@ -4,7 +4,7 @@ python:
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3" - "3.3"
- "pypy" # - "pypy" # Travis only has PyPy 1.9, cffi requires 2.0 (Unreleased)
install: install:
- sudo apt-get install python-pip - sudo apt-get install python-pip
- sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git - sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment