Skip to content

Commit

Permalink
change pymc3 install in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvtran committed Jan 19, 2017
1 parent 6520215 commit 2c48ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ install:
- pip install pep8 pytest-pep8 pytest-xdist
- pip install python-coveralls pytest-cov
- pip install numpydoc
- pip install git+https://github.com/pymc-devs/pymc3
- pip install pymc3
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl;
elif [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
Expand Down

0 comments on commit 2c48ed3

Please sign in to comment.