Skip to content

Commit

Permalink
Add pyopengl test script to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jan 24, 2019
1 parent d82b047 commit fce7b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -180,6 +180,7 @@ before_script:

script:
- cd ${SRC_DIR}
- python -c "from OpenGL.GL import glGetBufferParameteriv;glGetBufferParameteriv.finalise();print(glGetBufferParameteriv.cConverters[-1].outIndex)"
- python -c "import vispy; print(vispy.sys_info())"
- if [ "${TEST}" == "standard" ]; then
make unit;
Expand Down

0 comments on commit fce7b70

Please sign in to comment.