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

Travis test will probably start failing for Python 3.2 and 3.3 #100

Closed
antnieszka opened this issue Nov 20, 2016 · 1 comment
Closed

Travis test will probably start failing for Python 3.2 and 3.3 #100

antnieszka opened this issue Nov 20, 2016 · 1 comment

Comments

@antnieszka
Copy link
Contributor

This happened today:
https://travis-ci.org/ant6/beprof/jobs/177465171

Collecting numpy (from -r requirements.txt (line 1))
  Using cached numpy-1.12.0b1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-pejdec/numpy/setup.py", line 34, in <module>
        raise RuntimeError("Python version 2.7 or >= 3.4 required.")
    RuntimeError: Python version 2.7 or >= 3.4 required.

@grzanka I think we should limit version of numpy in tests config...

@grzanka
Copy link
Collaborator

grzanka commented Nov 20, 2016

See pytrip/pytrip#186 and corresponding PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants