Skip to content

Commit

Permalink
Merge pull request #124 from grlee77/travis_py35
Browse files Browse the repository at this point in the history
Switch travis from python 3.5-dev to 3.5
  • Loading branch information
rgommers committed Oct 26, 2015
2 parents faf0291 + fea1bb8 commit aa98acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
- PYFLAKES_NODOCTEST=1 pyflakes pywt demo | grep -E -v 'unable to detect undefined names|assigned to but never used|imported but unused|redefinition of unused' > test.out; cat test.out; test \! -s test.out
- pep8 pywt demo

- python: 3.5-dev
- python: 3.5
env:
- NUMPYSPEC=numpy
- python: 3.4
Expand Down

0 comments on commit aa98acd

Please sign in to comment.