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

Commit

Permalink
Remove no longer available pip flag from Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmourelos committed Oct 17, 2016
1 parent 1bf69f0 commit 4a0d5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_install:
- sudo apt-get install asciidoc rubygems
- rvmsudo gem install asciidoctor
### command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt

### command to run tests, e.g. python setup.py test
script: python setup.py test

0 comments on commit 4a0d5c9

Please sign in to comment.