1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

disable pypy travis builds for now

This commit is contained in:
Ilya Kreymer 2014-03-13 22:38:56 -07:00
parent 29ecadee54
commit dd9a2c635f

View File

@ -2,7 +2,7 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "pypy" # - "pypy"
# command to install dependencies # command to install dependencies
install: install:
- "pip install 'argparse>=1.2.1' --allow-all-external" - "pip install 'argparse>=1.2.1' --allow-all-external"