mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
travis virtualenv
This commit is contained in:
parent
ecd917cf42
commit
7e16b579b6
1 changed files with 4 additions and 2 deletions
|
@ -5,14 +5,16 @@ python:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install python-numpy; fi
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then sudo apt-get install python3-numpy; fi
|
||||
- travis_retry python setup.py develop
|
||||
- python --version
|
||||
- pip freeze
|
||||
install:
|
||||
- travis_retry python setup.py develop
|
||||
script:
|
||||
# Create wheel pacakge
|
||||
- travis_wait python setup.py test
|
||||
|
|
Loading…
Add table
Reference in a new issue