Skip to content

Commit

Permalink
Merge pull request #30 from SpiNNakerManchester/py3.7
Browse files Browse the repository at this point in the history
Enable testing with Python 3.7
  • Loading branch information
Christian-B committed Feb 8, 2019
2 parents 2555054 + 10cbc94 commit 537dcff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ python:
- 3.5
- 3.6
dist: trusty
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
cache: pip
before_install:
- pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Mock(MagicMock):
@classmethod
def __getattr__(cls, name):
return Mock()
return Mock()


MOCK_MODULES = ['pygtk', 'gtk', 'gobject', 'argparse', 'numpy', 'pandas']
Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Test suite requirements
-r requirements.txt
pytest
pytest-cov
# pytest will be brought in by pytest-cov
pytest-timeout<1.3
pytest-timeout
flake8
mock
rig

0 comments on commit 537dcff

Please sign in to comment.