We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22941d commit 15fb473Copy full SHA for 15fb473
.travis.yml
@@ -25,6 +25,7 @@ install:
25
- echo `which smc++`
26
- test/integration/test.sh `which smc++`
27
- conda/template.py conda/construct.tpl $VERSION > conda/construct.yaml
28
+ - source deactivate
29
30
deploy:
31
- provider: script
conda/meta.tpl
@@ -43,6 +43,7 @@ requirements:
43
- seaborn 0.7.1
44
- wrapt 1.10.8
45
- ad 1.3.2
46
+ - readline 6.2
47
48
about:
49
home: https://github.com/popgenmethods/smcpp
0 commit comments