Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See https://www.youtube.com/watch?v=FEXY1ZP-sBs for and introduction to Travis CI.
The platforms tested: centos7, fedora rawhide, debian latest, several ubuntu images, osx.
Python versions tested: python2 and python3.
Note that nosetests fail with python3 (see the failing builds at https://travis-ci.org/marcindulak/talon/builds/488964077 where python3 builds were enabled) and therefore python3 builds are disabled in .travis.yml in this PR. The current status of the builds in this PR (limited to python2) is seen on https://travis-ci.org/marcindulak/talon/builds/546206473
Python3 support needs to be improved #42 #136, a separate bug can be opened after confirming that the tests fail with python3.
This PR adds also requirements-dev.txt file to make the builds with support for testing easier, this is related to #167
The change in setup.py contained in this PR is needed in order for python3 to read
README.rst
(see e.g. enthought/mayavi#713)I'm reading that the migration to Travis CI was planned #166