We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7ecfa commit 33979e2Copy full SHA for 33979e2
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
cache: pip
3
matrix:
4
include:
5
- #- python: 3.4
+ - python: 3.4
6
- python: 3.5
7
- python: 3.6
8
- python: 3.7
pytest.ini
@@ -1,2 +1,3 @@
1
[pytest]
-addopts = --doctest-modules
+addopts = --doctest-modules
+testpaths = slacktools
0 commit comments