diff --git a/.travis.yml b/.travis.yml index d00f9da73..8af309845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,14 +40,14 @@ install: conda activate condaenv echo "!!! Installing pycalphad dependencies via conda" conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib pytest pytest-cov pandas sympy pyparsing dask dill python-symengine xarray cython cyipopt + echo "!!! conda installing test packages" + conda install --yes sphinx sphinx_rtd_theme coveralls ipython echo "!!! pip pycalphad as editable" pip install -e . # Run test script: - | - echo "!!! pip installing test packages" - pip install sphinx sphinx_rtd_theme coveralls ipython echo "!!! conda list output" conda list echo "!!! matplotlib py27 fix" diff --git a/appveyor.yml b/appveyor.yml index a58110765..9e87640ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,4 +53,4 @@ install: build: false test_script: - - "python -c \"import pytest ; pytest.main()\" -s -v pycalphad" + - "python -c \"import pytest ; exit(pytest.main())\" -s -v pycalphad"