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 Python 3.5 to Travis test matrix #280

Closed
wants to merge 2 commits into from

Conversation

oliverlee
Copy link
Contributor

No description provided.

@oliverlee
Copy link
Contributor Author

Cython 0.20 is not available for Python 3.5 in conda:

(dev)oliver@enif:~/repos/pydy$ conda search cython | grep py35
                             0.23.1                   py35_0  defaults        
                             0.23.2                   py35_0  defaults        
                             0.23.3                   py35_0  defaults        
                          *  0.23.4                   py35_0  defaults 

@moorepants
Copy link
Member

I should be able to build a Cython package for 3.5 pretty quickly. Let me check.

@moorepants
Copy link
Member

I added Cython 0.20.2 for Py 3.5 to our anaconda channel: https://anaconda.org/pydy/cython/files

@moorepants
Copy link
Member

You should add this to .travis.yml:

conda config --add channels pydy

@oliverlee
Copy link
Contributor Author

We also need the following packages built for Python 3.5:
scipy 0.14
sympy 0.7.5
ipython 0.3.0

@moorepants
Copy link
Member

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.

@oliverlee
Copy link
Contributor Author

We'll need to first merge this: #282
as Travis will fail due to minimums not matching the binaries in pydy anaconda channel: https://anaconda.org/pydy

@oliverlee oliverlee force-pushed the test-python-35 branch 3 times, most recently from 29f2142 to 90c7be1 Compare October 19, 2015 10:06
@moorepants
Copy link
Member

@oliverlee I think I have all the necessary conda packages on our channel now. Can you update with master here and rerun the tests.

@oliverlee
Copy link
Contributor Author

Can't do it within the next week, possibly longer. Feel free to submit the
patches with your account.
On Dec 25, 2015 14:56, "Jason K. Moore" notifications@github.com wrote:

@oliverlee https://github.com/oliverlee I think I have all the
necessary conda packages on our channel now. Can you update with master
here and rerun the tests.


Reply to this email directly or view it on GitHub
#280 (comment).

@moorepants
Copy link
Member

Close in favor of #305.

@moorepants moorepants closed this Dec 26, 2015
@oliverlee oliverlee deleted the test-python-35 branch January 28, 2016 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants