Skip to content
Snippets Groups Projects
Commit 163ec84c authored by jay's avatar jay
Browse files

adding networkx for travis/conda build

parent f09d1701
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ install: ...@@ -65,7 +65,7 @@ install:
build: off build: off
test_script: test_script:
- cmd: nosetests --with-coverage --cover-package=plio - cmd: pytest --cov=cycsm
- "%CMD_IN_ENV% conda build conda --quiet" - "%CMD_IN_ENV% conda build conda --quiet"
deploy_script: deploy_script:
......
...@@ -24,6 +24,7 @@ requirements: ...@@ -24,6 +24,7 @@ requirements:
- sqlalchemy - sqlalchemy
- pyyaml - pyyaml
- affine - affine
- networkx
run: run:
- python - python
- setuptools - setuptools
...@@ -37,6 +38,7 @@ requirements: ...@@ -37,6 +38,7 @@ requirements:
- sqlalchemy - sqlalchemy
- pyyaml - pyyaml
- affine - affine
- networkx
test: test:
imports: imports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment