Skip to content

Commit

Permalink
Fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kblomqvist committed Jan 30, 2021
1 parent f56f588 commit 9ed9ab9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: python
python:
- 2.7.13 # Debian 9.1
- 3.5.3 # Debian 9.1
- 3.6
- 3.5 # Debian Stretch
- 3.7 # Debian Buster

install:
- pip install scons
Expand Down
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
markers =
slow: mark test as slow.

0 comments on commit 9ed9ab9

Please sign in to comment.