Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Typo in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Nov 26, 2014
1 parent c56a556 commit 0316281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ before_install:
# Test the docs build before installing because sphinx breaks on Cython modules
- cd doc; sphinx-build -W -d _build/doctrees -b html . _build/html; cd ..
install:
- python setup.pu build
- python setup.py build
- pip install .
- python setup.py build_ext --inplace
script:
Expand Down

0 comments on commit 0316281

Please sign in to comment.