1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-09 09:28:12 +02:00

Merge pull request from Mkaysi/travis-pypy3

.travis.yml: add pypy3
This commit is contained in:
Valentin Lorentz 2014-08-05 10:49:23 +02:00
commit 8c640558ab

@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -vr requirements.txt