Skip to content

Commit

Permalink
Added line to force use of Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasdeu committed Apr 29, 2019
1 parent 4b46f0f commit fa3acb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
python: 2.7
matrix:
include:
- env: CACHE_NAME=latest DEPLOY_DOC_FROM_BRANCH=master DEPLOY_DOC_TO_REPOSITORY=mmasdeu/sage_sample
Expand Down

1 comment on commit fa3acb6

@slel
Copy link
Member

@slel slel commented on fa3acb6 Apr 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this fit with the ongoing transition of Sage to Python 3?
[For the past few months I have stopped using Python2-based
Sage completely, and switched entirely to Pyhon3-based Sage.]

Please sign in to comment.