Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Adding test for sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Apr 13, 2016
1 parent 7862e88 commit fedca50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ matrix:
TEST_CMD='python -c "import matplotlib; assert matplotlib.__version__!="\""1.5.1"\"'

- os: linux
env: SETUP_CMD='build_sphinx' DEBUG=True CONDA_DEPENDENCIES='matplotlib'
TEST_CMD='python -c "import matplotlib; assert matplotlib.__version__!="\""1.5.1"\"'
env: SETUP_CMD='build_sphinx' SPHINX_VERSION=1.4.1 DEBUG=True
CONDA_DEPENDENCIES='matplotlib'
TEST_CMD='python -c "import sphinx; assert sphinx.__version__==\"1.4.1\"; import matplotlib; assert matplotlib.__version__!="\""1.5.1"\"'

- os: linux
env: SETUP_CMD='test' CONDA_DEPENDENCIES='matplotlib=1.5.0 sphinx'
Expand Down

0 comments on commit fedca50

Please sign in to comment.