Skip to content

Commit

Permalink
Added test script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCarterUK authored Nov 7, 2016
1 parent 10922bc commit a16e23a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

python:
- 2.7

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

0 comments on commit a16e23a

Please sign in to comment.