build/platforms: Add ice40_hx8k_b_evn from Migen.
[litex.git] / .travis.yml
index 277ff3b360d33032d015fb35efa0d99677f48500..f870e95e007201afe6f1e804c802945f4fb5914c 100644 (file)
@@ -1,8 +1,19 @@
 language: python
 python:
-  - "3.4"
+ - "3.6"
+
 install:
-  - "sudo apt-get install iverilog; iverilog -v; true"
-  - "(cd vpi; make; sudo make install)"
+ - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
+ - bash miniconda.sh -b -p $HOME/miniconda
+ - export PATH="$HOME/miniconda/bin:$PATH"
+ - hash -r
+ - conda config --set always_yes yes --set changeps1 no
+
+before_script:
+ - export -f travis_nanoseconds
+ - export -f travis_fold
+ - export -f travis_time_start
+ - export -f travis_time_finish
+
 script:
-  - "python setup.py test -s migen.test.test_fifo.SyncFIFOCase"
+ - ./.travis-build-socs.sh