mirror of
https://github.com/adulau/nato-converter.git
synced 2024-11-21 09:37:08 +00:00
Add Travis CI tests
This commit is contained in:
parent
ad6320fa4e
commit
8faed36cc7
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:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
- "pypy"
|
||||||
|
|
||||||
|
script: ./test.py
|
Loading…
Reference in a new issue