Skip to content

Commit 9543020

Browse files
authored
1.5.0 (#67)
* version bump
1 parent 6c69468 commit 9543020

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ branches:
33
only:
44
- master
55
python:
6-
- "3.5"
6+
- "3.7"
77

88
cache:
99
directories:
@@ -23,14 +23,15 @@ addons:
2323
- libopenblas-dev
2424
- liblapack-dev
2525
- cmake
26-
- g++-6
27-
- gcc-6
26+
- g++-7
27+
- gcc-7
2828

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

3536
install:
3637
- pip install --upgrade pip
@@ -39,6 +40,7 @@ install:
3940
- pip install numpy
4041
- pip install cython
4142
- pip install -r requires.txt
43+
- cd hyphy-python/ && CC=gcc CXX=g++ python setup.py install && cd ../
4244
- travis_wait
4345
- pip -v install scipy
4446
- pip install coveralls
@@ -51,8 +53,6 @@ notifications:
5153
email:
5254
recipients:
5355
54-
55-
5656
on_success: change
5757
on_failure: always
5858

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def setup_package():
2525

2626
setup(
2727
name='hivtrace',
28-
version='0.4.7',
28+
version='0.5.0',
2929
description='HIV-TRACE',
3030
author='Joel Wertheim, Sergei Pond, and Steven Weaver',
3131
author_email='[email protected]',

0 commit comments

Comments
 (0)