Run test against PyTorch nightly on Travis CI (#538)
* Update requirements and travis installation * Drop support for 3.5 and add test for 3.8
Showing
| torch>=1.2.0 | ||
| torch>=1.4.0 | ||
| # Required for Windows because it's the only available backend | ||
| SoundFile; sys_platform == 'win32' | ||
| ... | ... | @@ -18,6 +18,3 @@ scipy |
| # Unit tests with pytest | ||
| pytest | ||
| # Testing only Py3 compat | ||
| backports.tempfile |
Please register or sign in to comment