Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Jan 14, 2014
1 parent a3b0cf7 commit 0f8b9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ matrix:
- python: 2.7
- env: LINT="pylama -l pylint"
install:
- if [[ $TEST ]]; then pip install --use-mirrors .[travis]; fi
- if [[ "$LINT" ]]; then pip install --use-mirrors .[lint]; fi
- if [[ $TEST ]]; then pip install --use-mirrors -e .[travis]; fi
- if [[ "$LINT" ]]; then pip install --use-mirrors -e .[lint]; fi
before_script:
- python symlinkcdll.py
- PYSTACIA_LOG=1 python -c "from pystacia.api import get_dll; get_dll(False)"
Expand Down

0 comments on commit 0f8b9f4

Please sign in to comment.