diff --git a/.travis.yml b/.travis.yml
index 7a2c932425b8773be588b5134c4369b3f1b2bd05..f1d26c72f7c5d90006194c0a0409ab86638aa2f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,8 +49,7 @@ install:
   - conda install -c jlaura pvl protobuf
 
   # Development installation
-  - conda install nose coverage sh anaconda-client
-  - pip install coveralls pytest
+  - conda install pytest  pytest-cov sh anaconda-client
 
   # Straight from the menpo team
   - if [["$TRAVIS_OS_NAME" == "osx"]]; then
@@ -62,7 +61,7 @@ install:
 
 
 script:
-  - nosetests --with-coverage --cover-package=plio
+  - pytest --cov=plio 
   # After test success, package and upload to Anaconda
   - ~/miniconda/bin/python condaci.py build ./conda