From aacff9435154a711217517eeb75462e76ff87446 Mon Sep 17 00:00:00 2001 From: Carlos Hernandez Date: Wed, 29 Mar 2017 22:41:46 -0700 Subject: [PATCH] fix travis --- .travis.yml | 11 +++++++---- devtools/conda-recipe/meta.yaml | 4 +--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 326ac7f..bebe508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ -language: c +language: python sudo: false env: - matrix: - - CONDA_PY=3.4 - - CONDA_PY=3.5 + include: + matrix: + - python: 3.4 + env: CONDA_PY=3.4 + - python: 3.5 + env: CONDA_PY=3.5 branches: only: - master diff --git a/devtools/conda-recipe/meta.yaml b/devtools/conda-recipe/meta.yaml index acd63d0..09c2a2b 100644 --- a/devtools/conda-recipe/meta.yaml +++ b/devtools/conda-recipe/meta.yaml @@ -22,13 +22,11 @@ requirements: - pandas - msmbuilder - mdtraj - - nglview - matplotlib - seaborn - statsmodels - networkx - corner - - six test: @@ -43,7 +41,7 @@ test: - matplotlib commands: - - nosetests -v msmexplorer --with-timer --with-coverage --cover-package=msmexplorer + - QT_QPA_PLATFORM="offscreen" nosetests -v msmexplorer --with-timer --with-coverage --cover-package=msmexplorer about: home: https://github.com/msmexplorer/msmexplorer