-
Notifications
You must be signed in to change notification settings - Fork 114
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 Python 3.5 to Travis test matrix #280
Conversation
Cython 0.20 is not available for Python 3.5 in conda:
|
I should be able to build a Cython package for 3.5 pretty quickly. Let me check. |
I added Cython 0.20.2 for Py 3.5 to our anaconda channel: https://anaconda.org/pydy/cython/files |
You should add this to
|
6bc7129
to
d8de470
Compare
We also need the following packages built for Python 3.5: |
799e806
to
e5843ac
Compare
Ok, scipy might be tricky. I've failed to get that to work in the past. Maybe it is easier now. I'll give it a shot. |
We'll need to first merge this: #282 |
29f2142
to
90c7be1
Compare
90c7be1
to
34d1678
Compare
@oliverlee I think I have all the necessary conda packages on our channel now. Can you update with master here and rerun the tests. |
Can't do it within the next week, possibly longer. Feel free to submit the
|
Close in favor of #305. |
No description provided.