Create .travis.yml

This commit is contained in:
Nikolaos Kamarinakis 2017-01-10 13:49:30 +02:00 committed by GitHub
parent ba4522ee6c
commit eae1da8fc2
1 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
script:
- python -c "import kickthemout; import scan; import spoof"