blob: c5e42706bb821619688bbf01058748ab2aadd13e [file]
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
install:
- source prepareenv.sh
- source .github/travis/check_license.sh
- source .github/travis/check_python_script.sh
script:
- conda activate yosys-env
- which tox
- TOXENV="py${TRAVIS_PYTHON_VERSION//./}" tox
notifications:
email: false