Skip to content

Commit

Permalink
workaround for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Jan 22, 2014
1 parent 93cdd67 commit 854053a
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 @@ -22,8 +22,8 @@ matrix:
- env: LINT="pylama -l pylint"
install:
- pip install --upgrade pip
- if [[ $TEST ]]; then pip install -e .[travis]; fi
- if [[ "$LINT" ]]; then pip install -e .[lint]; fi
- if [[ $TEST ]]; then pip install file://`pwd`#egg=pystacia[travis]; fi
- if [[ "$LINT" ]]; then pip install file://`pwd`#egg=pystacia[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 854053a

Please sign in to comment.