mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01: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
|
||||
python:
|
||||
- "3.2"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "2.6"
|
||||
- "pypy"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- pip install pytz
|
||||
|
Loading…
Reference in New Issue
Block a user