commit | e5f7002617ffa001e9d0eba9a65fb161ef152889 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Mon Jun 29 09:20:26 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Thu Jul 09 12:41:04 2015 -0700 |
tree | 9c888b0e523923222d8d06d184572479444483bf | |
parent | 743c10ccd5b404edc695f2db6c8693a94b85d8c1 [diff] [blame] |
Add Python3 testing support Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).
diff --git a/.gitignore b/.gitignore index 9c9ae5a..a6b34fd 100644 --- a/.gitignore +++ b/.gitignore
@@ -4,8 +4,8 @@ libs objs -# Python virtual environment (pre-3.4 only) -python2.7_virtual_environment +# Python virtual environments +python*_virtual_environment # gcov coverage data coverage