Merge pull request #52 from juanpabloaj/travis

a first approach to a travis file
This commit is contained in:
Anthony Scopatz 2015-03-15 22:12:53 -05:00
commit f5c810fe9b

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- 3.4
install:
- pip install ply nose
script:
- nosetests