laneya

multiplayer roguelike game
git clone https://git.ce9e.org/laneya.git

commit
d7aac297cf0fee3e06c5264010df4c8ba59ee3eb
parent
a7771dbef586a628ac172d5bc76445f61572b89c
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-10-10 09:03
add travis config

Diffstat

A .travis.yml 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/.travis.yml b/.travis.yml

@@ -0,0 +1,6 @@
   -1     1 language: python
   -1     2 python:
   -1     3   - "2.7"
   -1     4 install:
   -1     5   - "pip install tox"
   -1     6 script: tox