Test only Python 2.6 and Python 2.7 for now.

This commit is contained in:
Adam Coddington 2014-10-05 21:01:28 -07:00
parent e5e961c6c1
commit 83f817b5c0

View file

@ -2,7 +2,6 @@ language: python
python:
- 2.6
- 2.7
- 3.3
before_install:
- pip install -r requirements.txt
- pip install pytest mock unittest2six