mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-06-01 04:17:48 +02:00
travis.yml: Add Pypy to the list of Python versions.
This commit is contained in:
parent
5c0f0fb3c2
commit
8e6aa116d3
@ -1,8 +1,9 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.2"
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.2"
|
||||||
- "2.6"
|
- "2.6"
|
||||||
|
- "pypy"
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install pytz
|
- pip install pytz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user