.travis.yml 415 Bytes
Newer Older
Gems Guo's avatar
Gems Guo committed
1
2
3
4
5
6
7
8
9
10
11
12
dist: xenial
sudo: required
language: python
python:
  - "3.6"
before_install:
  - wget https://nodejs.org/dist/v10.9.0/node-v10.9.0-linux-x64.tar.xz
  - tar xf node-v10.9.0-linux-x64.tar.xz
  - sudo mv node-v10.9.0-linux-x64 /usr/local/node
  - export PATH=/usr/local/node/bin:$PATH
install:
  - make
Gems Guo's avatar
Gems Guo committed
13
14
  - make install
  - export PATH=$HOME/.nni/bin:$PATH
Gems Guo's avatar
Gems Guo committed
15
16
17
before_script:
  - cd test/naive
script:
Gems Guo's avatar
Gems Guo committed
18
  - python3 run.py