Skip to content

Commit

Permalink
fix: pkg: travis changed it's parsing rules.
Browse files Browse the repository at this point in the history
Suddenly the ``&`` is not accepted anymore.
  • Loading branch information
vaab committed Mar 4, 2015
1 parent 18f0326 commit d15d2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ install:
- pip install setuptools==9.1 ## version 10 introduce a bug with d2to1
- pip install pip==1.5.6 ## some ``python setup.py`` black magic do not work with d2to1 and pip ``6.0.7``
- pip install coverage coveralls
- [ -e requirements.txt ] && pip install -r requirements.txt
- if [ -e requirements.txt ]; then pip install -r requirements.txt; fi
script:
- ## checking that we can actually install it
- python setup.py install
Expand Down

0 comments on commit d15d2bc

Please sign in to comment.