Skip to content

Commit

Permalink
Merge pull request #520 from muupan/fix-ci-with-xenial
Browse files Browse the repository at this point in the history
Specify ubuntu 16.04 for Travis CI and modify a dependency accordingly
  • Loading branch information
keisuke-nakata committed Jul 31, 2019
2 parents d1510de + 8a5a6cf commit ade1f1d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: python
dist: xenial
cache: pip
python:
- "2.7"
- "3.6"
env:
- CHAINER_VERSION=4
- CHAINER_VERSION=stable
services:
- xvfb
before_install:
- sudo add-apt-repository -y ppa:mc3man/trusty-media
- sudo add-apt-repository -y ppa:jonathonf/ffmpeg-4
- sudo apt-get update
- sudo apt-get install -y ffmpeg
- sudo apt install -y freeglut3-dev ffmpeg
# command to install dependencies
install:
- pip install --upgrade pip setuptools wheel
Expand Down Expand Up @@ -39,10 +42,6 @@ install:
- pip install pybullet
- python setup.py develop
- python -c "import numpy; numpy.show_config()"
before_script:
- "export DISPLAY=:99.0"
- sh -e /etc/init.d/xvfb start
- sleep 3
# command to run tests
script:
- flake8 chainerrl
Expand Down

0 comments on commit ade1f1d

Please sign in to comment.