Skip to content

Commit

Permalink
have travis include mujocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
bchess committed Jun 28, 2019
1 parent 5267f1a commit 71495c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
- ./travis_setup.sh

script:
- pip3 install -e .
- pip3 install --upgrade -e .[mujoco]
- python3 -c "import mujoco_py"
- python3 -c "import spinup"
- python3 -m pytest

0 comments on commit 71495c1

Please sign in to comment.