1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-30 08:46:48 +02:00

Test Python 3.3 on Travis.

This commit is contained in:
Jakub Roztocil 2012-12-19 11:53:26 +01:00
parent e5edb66ae8
commit 4a37d10245

View File

@ -3,7 +3,7 @@ python:
- 2.6
- 2.7
- pypy
- 3.2
- 3.3
script: python setup.py test
install:
- pip install . --use-mirrors