Skip to content

Commit

Permalink
Merge pull request #655 from flow-project/renderer-tests
Browse files Browse the repository at this point in the history
Renderer tests
  • Loading branch information
AboudyKreidieh committed Jul 24, 2019
2 parents 800cbba + 504b85c commit 47f0415
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 202 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ python:

os: linux

dist: trusty
dist: xenial

services:
- xvfb

sudo: required

Expand All @@ -18,7 +21,7 @@ before_install:
# install and run pep8 and docstyle tests
- pip install pydocstyle
- pydocstyle --convention numpy
- pip install flake8 .
- pip install flake8
- flake8 --version
- flake8 --show-source

Expand All @@ -34,7 +37,7 @@ before_install:

# [sumo] dependencies and binaries
- pushd $HOME/build/flow-project
- ./flow/scripts/setup_sumo_ubuntu1404.sh
- ./flow/scripts/setup_sumo_ubuntu1604.sh
- popd
- source ~/.bashrc

Expand All @@ -48,14 +51,14 @@ before_install:
- ls ../

install:
- sudo apt update
- sudo apt install -y freeglut3-dev libgl1-mesa-dev libglu1-mesa-dev
- pip install -e .
- pip install coveralls
- pip install nose
- pip install matplotlib
- pip install jupyter

script:
- python setup.py install
- xvfb-run --server-args="-screen 0 1024x768x24" nose2 --with-coverage
- nose2 --with-coverage

after_success:
- coveralls

0 comments on commit 47f0415

Please sign in to comment.