mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
.travis.yml: add pypy3
`travis lint` said that this file still looks valid.
This commit is contained in:
parent
0810bcadc7
commit
ae46a2f494
@ -6,6 +6,7 @@ python:
|
|||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
|
- "pypy3"
|
||||||
# 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 -vr requirements.txt
|
- pip install -vr requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user