Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Travis support for Python 3.7 and 3.8 #1018

Merged
merged 35 commits into from
Mar 9, 2020
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f859040
Add Travis support for py3.7
tburrows13 Oct 1, 2019
3d6e9fd
Trying xenial instead of trusty
tburrows13 Oct 1, 2019
43d1d04
Different distros for each version
tburrows13 Oct 1, 2019
cb61c7e
Changing ffmpeg install source
tburrows13 Feb 14, 2020
cf82e79
Change all distros to Xenial and remove ImageMagick policy editing
tburrows13 Feb 14, 2020
6623362
Tempory test
tburrows13 Feb 14, 2020
8857481
Remove temp command; change location of ImageMagick policy file
tburrows13 Feb 14, 2020
3f54992
Remove testing line that causes Travis to hang
tburrows13 Feb 14, 2020
4847b2d
Check FFmpeg version
tburrows13 Feb 20, 2020
753e1b7
Update .travis.yml
tburrows13 Feb 20, 2020
9839bb4
Update .travis.yml
tburrows13 Feb 20, 2020
a4b665f
Refactor matrix
tburrows13 Feb 23, 2020
1861ce7
Merge remote-tracking branch 'origin/py37' into py37
tburrows13 Feb 23, 2020
96b87ff
Refactor matrix; clean up
tburrows13 Feb 23, 2020
31c4d94
Transition to pytest
tburrows13 Feb 23, 2020
145915e
Install test dependencies
tburrows13 Feb 23, 2020
4011391
Add timeouts
tburrows13 Feb 23, 2020
f66607b
Temp dist change
tburrows13 Feb 23, 2020
44eaea7
Temp dist change 2
tburrows13 Feb 23, 2020
a0abd57
Merge branch 'master' into py37
tburrows13 Feb 23, 2020
d5ff331
Undo dist change
tburrows13 Feb 23, 2020
c07a37b
Add fontlist
tburrows13 Feb 23, 2020
d2840c9
Fix font errors
tburrows13 Feb 23, 2020
e704695
Neatening up
tburrows13 Feb 23, 2020
d7fdd64
Add 3.8
tburrows13 Feb 23, 2020
51ad459
Drop faulty Python 2.7
tburrows13 Feb 23, 2020
c46fcc1
Try readd Python 2
tburrows13 Feb 23, 2020
b181b66
Add restriction to numpy to be compatible with Python 3.7+
tburrows13 Feb 23, 2020
4092f17
Fix numpy restriction to still be compatible with Python 2.7
tburrows13 Feb 23, 2020
9f35019
Fix requirements syntax error
tburrows13 Feb 23, 2020
37cfb54
Fix Py2's before_install
tburrows13 Feb 23, 2020
34218ae
Update scipy maximum
tburrows13 Feb 23, 2020
9aa947f
Pygame is not compatible with Python 3.8
tburrows13 Feb 23, 2020
55ae310
Update readme to reflect new way of running test suite (pytest)
tburrows13 Feb 23, 2020
e3bd401
Update tests/README.rst to reflect new way of running test suite (pyt…
tburrows13 Feb 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

before_install:
- sudo add-apt-repository -y ppa:kirillshkrogalev/ffmpeg-next
Expand Down