1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-21 15:52:28 +00:00

Added TravisCI

This commit is contained in:
J. Fernando Sánchez 2015-02-24 07:44:29 +01:00
parent ae09f609c2
commit 4bcd046016

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests