Skip to content

Commit 33979e2

Browse files
committed
Maybe fix tests
1 parent da7ecfa commit 33979e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
cache: pip
33
matrix:
44
include:
5-
#- python: 3.4
5+
- python: 3.4
66
- python: 3.5
77
- python: 3.6
88
- python: 3.7

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[pytest]
2-
addopts = --doctest-modules
2+
addopts = --doctest-modules
3+
testpaths = slacktools

0 commit comments

Comments
 (0)