mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
Merge pull request #52 from juanpabloaj/travis
a first approach to a travis file
This commit is contained in:
commit
f5c810fe9b
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- 3.4
|
||||
install:
|
||||
- pip install ply nose
|
||||
script:
|
||||
- nosetests
|
Loading…
Add table
Reference in a new issue