Added test script

master
Andrew Carter 2016-11-07 23:16:45 +00:00 committed by GitHub
parent 10922bc05a
commit a16e23ad2b
1 changed files with 10 additions and 0 deletions

10
.travis.yml 100644
View File

@ -0,0 +1,10 @@
language: python
python:
- 2.7
script:
- cd test
- gcc encrypt.c ../aes.c -o encrypt
- python test.py