Skip to content

Commit

Permalink
#167, fix install dependencies osx, remove pypy from supported python…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
dhoomakethu committed May 20, 2017
1 parent b16cf55 commit 4db7e6b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ matrix:
python: "pypy"
- os: osx
language: generic
before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update ; else brew update; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y gcc openssl python-dev python3-dev ; else brew install openssl; fi

install:
- scripts/travis.sh pip install pip-accel
- scripts/travis.sh pip-accel install coveralls
- scripts/travis.sh pip-accel install --requirement=requirements-checks.txt
- scripts/travis.sh pip-accel install --requirement=requirements-tests.txt
# - scripts/travis.sh pip install pip-accel
- scripts/travis.sh pip install coveralls
- scripts/travis.sh pip install --requirement=requirements-checks.txt
- scripts/travis.sh pip install --requirement=requirements-tests.txt
- scripts/travis.sh LC_ALL=C pip install .
script:
# - scripts/travis.sh make check
Expand Down

0 comments on commit 4db7e6b

Please sign in to comment.