add .travis.yml #31

Merged
Solvik merged 5 commits from travis into master 2019-08-12 10:58:28 +02:00
Solvik commented 2019-08-09 13:38:27 +02:00 (Migrated from github.com)
No description provided.
ramnes (Migrated from github.com) reviewed 2019-08-09 16:32:29 +02:00
ramnes (Migrated from github.com) commented 2019-08-09 16:32:29 +02:00

always good to add pypy (and pypy3) to the list as it's a completely different interpreter, it can raise some interesting issues that you wouldn't see normally

always good to add pypy (and pypy3) to the list as it's a completely different interpreter, it can raise some interesting issues that you wouldn't see normally
ramnes (Migrated from github.com) reviewed 2019-08-09 16:34:28 +02:00
@ -0,0 +26,4 @@
- if [[ $TOXENV == py* ]]; then pip install coveralls; fi
script:
- tox
ramnes (Migrated from github.com) commented 2019-08-09 16:34:27 +02:00

you probably want to add flake8 also

you probably want to add flake8 also
ramnes (Migrated from github.com) reviewed 2019-08-09 17:34:49 +02:00
@ -0,0 +26,4 @@
- if [[ $TOXENV == py* ]]; then pip install coveralls; fi
script:
- tox
ramnes (Migrated from github.com) commented 2019-08-09 17:34:49 +02:00

oh, unless you run it via tox

oh, unless you run it via tox
Sign in to join this conversation.
No description provided.