Skip to content

Commit

Permalink
Testing: Last fixes to support PyQt5 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 12, 2017
1 parent 8456cdd commit d5eb091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Expand Up @@ -3,6 +3,8 @@
machine:
environment:
# Python versions to tests (Maximum of 4 different versions)
# The last container is reserved to test with PyQt5 wheels
# because they are more up to date than conda páckages.
PY_VERSIONS: "2.7 3.5 3.6 3.5"
# For Coveralls
COVERALLS_REPO_TOKEN: yt7YToGxRtnAcM6kSULoiCmOPetq10TaU
Expand Down
1 change: 1 addition & 0 deletions continuous_integration/circle/install.sh
Expand Up @@ -2,6 +2,7 @@

# We use container 3 to run our tests with pip packages
if [ "$CIRCLE_NODE_INDEX" = "3" ]; then
export PIP_DEPENDENCIES_FLAGS="-q"
export PIP_DEPENDENCIES="pyqt5 coveralls"
export CONDA_DEPENDENCIES=""
else
Expand Down

0 comments on commit d5eb091

Please sign in to comment.