Skip to content

Commit

Permalink
Change travis install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose committed Apr 17, 2018
1 parent 27e62e2 commit 2b00719
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 @@ -5,7 +5,7 @@ python:
before_install:
- sudo apt-get install -y pandoc
install:
- pip install -r requirements.txt
- python setup.py install
script:
- python -m unittest discover tests
deploy:
Expand Down

0 comments on commit 2b00719

Please sign in to comment.