Skip to content

Commit

Permalink
Remove python 3.7 travis environment (not available yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Apr 2, 2019
1 parent 223c983 commit 569d699
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -33,8 +33,9 @@ matrix:
# - python tabbycat/manage.py collectstatic
# # TODO: get working later; currently lacks a database connection
# #- python tabbycat/manage.py test -v 2 --exclude-tag=selenium
- os: linux
python: 3.7 # Future-focused python version branch
# Python 3.7 disabled below until https://github.com/travis-ci/travis-ci/issues/9815 resolved
# - os: linux
# python: 3.7 # Future-focused python version branch
- os: linux
python: 3.6 # Latest currently-supported python version branch
# Setup/run/report code coverage tool (Only one build needs to do so)
Expand Down

3 comments on commit 569d699

@czlee
Copy link
Member

@czlee czlee commented on 569d699 Jun 10, 2019

Choose a reason for hiding this comment

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

Wait, that Travis issue was closed in November last year? Python 3.7 is available if we use the Xenial distribution?

@philipbelesky
Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm my only guess was that there was some other incompatibility in that build. Or maybe I just dramatically misread the above issue/setup.

@czlee
Copy link
Member

@czlee czlee commented on 569d699 Jun 10, 2019

Choose a reason for hiding this comment

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

I see, possibly it was the part where it said you have to use the Xenial distribution in order to access Python 3.7. Anyway, I did it in d2c54e9 😊

Please sign in to comment.