Skip to content

Commit

Permalink
1.5.0 (#67)
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
stevenweaver authored Feb 10, 2020
1 parent 6c69468 commit 9543020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branches:
only:
- master
python:
- "3.5"
- "3.7"

cache:
directories:
Expand All @@ -23,14 +23,15 @@ addons:
- libopenblas-dev
- liblapack-dev
- cmake
- g++-6
- gcc-6
- g++-7
- gcc-7

before_install:
- sudo chmod 777 /usr/local/bin
- git clone https://github.com/veg/tn93.git
- export CXX="g++-6" CC="gcc-6"
- cd tn93/ && cmake -DCMAKE_C_COMPILER=gcc-6 ./ && make install && cd ../
- git clone https://github.com/veg/hyphy-python.git
- export CXX="g++-7" CC="gcc-7"
- cd tn93/ && cmake -DCMAKE_C_COMPILER=gcc-7 ./ && make install && cd ../

install:
- pip install --upgrade pip
Expand All @@ -39,6 +40,7 @@ install:
- pip install numpy
- pip install cython
- pip install -r requires.txt
- cd hyphy-python/ && CC=gcc CXX=g++ python setup.py install && cd ../
- travis_wait
- pip -v install scipy
- pip install coveralls
Expand All @@ -51,8 +53,6 @@ notifications:
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
on_success: change
on_failure: always

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setup_package():

setup(
name='hivtrace',
version='0.4.7',
version='0.5.0',
description='HIV-TRACE',
author='Joel Wertheim, Sergei Pond, and Steven Weaver',
author_email='[email protected]',
Expand Down

0 comments on commit 9543020

Please sign in to comment.