vtainio / Nordea-to-YNAB

Import transactions from Nordea to YNAB
MIT License
7 stars 1 forks source link

Adds basic CI with Travis CI #6

Closed KPLauritzen closed 7 years ago

KPLauritzen commented 7 years ago

Runs pytest for a range of different python versions.

Check the output of the tests at https://travis-ci.org/KPLauritzen/Nordea-to-YNAB/builds/252295437, where Python 2.7 passes and the other versions fail.

They fail at the install pip ... because of packages that are specific to python2.7.

Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 81))
  Downloading functools32-3.2.3-2.zip
    This backport is for Python 2.7 only.

I can't see where functools is used in the package? Can I just remove it?

vtainio commented 7 years ago

Massive thanks 🙇