diff --git a/appveyor.yml b/appveyor.yml
index 0c05cf4895f44d0deae194e9c1f64740d3f892d8..88c0c7e61f6841768158b1bf93948a85abe1a728 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,7 +65,7 @@ install:
 build: off
 
 test_script:
-    - cmd: nosetests --with-coverage --cover-package=plio
+    - cmd: pytest --cov=cycsm
     - "%CMD_IN_ENV% conda build conda --quiet"
 
 deploy_script:
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 55d728b402152826a583538fbaa4117e04fd8be8..ecfc71b3219c9793c5f46f3e7d59bbb1abec9b17 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -24,6 +24,7 @@ requirements:
     - sqlalchemy
     - pyyaml
     - affine
+    - networkx
   run:
     - python
     - setuptools
@@ -37,6 +38,7 @@ requirements:
     - sqlalchemy
     - pyyaml
     - affine
+    - networkx
 
 test:
   imports: