veritus / veritus-backend

1 stars 0 forks source link

Python version #13

Closed Ragnar-H closed 7 years ago

Ragnar-H commented 7 years ago

There is a mismatch in Python versions used

Me and @Jarngreipr are running Python 3.6 #8 @AriHrannar is running Python 3.5 Travis CI fails on Python 3.6 due to PIP installs :S

Action points

Ragnar-H commented 7 years ago

I've got a preference for new is always better.

I'd like a PR introducing Travis fixes, and enforce that contributors use Python 3.6

AriHrannar commented 7 years ago

When I run virtualenv -p python3 env there is no python 3.6, only 3.5.

I would say that python 3.6 would be preferred as that is newer, maybe it would be best for me to look into this better since I am the odd man out!

Jarngreipr commented 7 years ago

@AriHrannar Try to install python3.6 rather than python3

AriHrannar commented 7 years ago

I actually just did that and it works now, guess 3.6 isnt preinstalled on this version of ubuntu :)

I have 3.6 up and running right now (had to install the requirements twice for some reason but whatever!)

Jarngreipr commented 7 years ago

README has been updated, changed from virtualenv env to virtualenv -p python3.6 env

Jarngreipr commented 7 years ago

All action points have been resolved.