Skip to content

Commit

Permalink
modify install order for travis
Browse files Browse the repository at this point in the history
Move pypandoc higher in travis installation to build long description for pipit
  • Loading branch information
matthewtownson authored Aug 21, 2018
1 parent 14bb56b commit 7fa6a71
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 @@ -24,8 +24,8 @@ before_install:
- conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose matplotlib
- python setup.py install
- pip install codecov pypandoc
- python setup.py install
script:
- nosetests --verbosity=3 --with-coverage --cover-package=aotools test/
after_success:
Expand Down

0 comments on commit 7fa6a71

Please sign in to comment.