micro-aes/.travis.yml

11 lines
123 B
YAML

language: python
python:
- 2.7
script:
- cd test
- gcc encrypt.c ../aes.c -o encrypt
- python test.py