travis: Making the output more readable.
[litex.git] / .travis.yml
1 language: python
2 python:
3 - "3.6"
4
5 install:
6 - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
7 - bash miniconda.sh -b -p $HOME/miniconda
8 - export PATH="$HOME/miniconda/bin:$PATH"
9 - hash -r
10 - conda config --set always_yes yes --set changeps1 no
11
12 before_script:
13 - export -f travis_nanoseconds
14 - export -f travis_fold
15 - export -f travis_time_start
16 - export -f travis_time_finish
17
18 script:
19 - conda env create -f environment.yml
20 - ./.travis-build-socs.sh