Skip to content

Commit

Permalink
Merge pull request #98 from ccordoba12/no-travis
Browse files Browse the repository at this point in the history
PR: Don't use Travis to test macOS because it slows down the entire spyder-ide organization
  • Loading branch information
ccordoba12 authored Jan 22, 2017
2 parents 637688d + c90e5e8 commit 5fabc0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ machine:
TEST_CI: "True"
# Python versions to test (Maximum of 4 different versions for now)
PY_VERSIONS: "3.5 3.4 2.7"
# For Coveralls
COVERALLS_REPO_TOKEN: xh75EzxFFMoTEyNPo3wXxXv8OVkul3eE5
# Used by astropy-ci helpers
TRAVIS_OS_NAME: "linux"
PIP_DEPENDENCIES: "coveralls"
Expand Down Expand Up @@ -37,6 +39,8 @@ test:
# Check PyQt4
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && conda install -q qt=4.* pyqt=4.* && python qtpy/tests/runtests.py: # note the colon
parallel: true
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && coveralls: # note the colon
parallel: true
# Check Pyside
#- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && conda remove -q qt pyqt && conda install -c conda-forge qt=4.* pyside && python qtpy/tests/runtests.py: # note the colon
# parallel: true

0 comments on commit 5fabc0f

Please sign in to comment.