mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-03 05:21:39 +01:00
List out the python versions we need for travis
This commit is contained in:
parent
304f08bf8c
commit
ef790d2f08
@ -1,6 +1,10 @@
|
||||
language: python
|
||||
python: 3.5
|
||||
dist: precise
|
||||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- pypy
|
||||
env:
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=py33
|
||||
|
Loading…
Reference in New Issue
Block a user