Newer
Older
sudo: required
language: python
python:
- "3.7-dev"
compiler: gcc
dist: xenial
notifications:
email: false
before_install:
- git submodule init
- git submodule update
install:
- sudo apt-get install gcc make
script:
- sudo service network-manager start
- mkdir build
- cd build
- cp ../test/test_b58.py ./
- cp ../test/test_b64.py ./
- cp ../test/test_iaes256_cbc.py ./
- cp ../test/test_oaes.py ./