We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf1e88 commit 6f3d10bCopy full SHA for 6f3d10b
.travis.yml
@@ -1,9 +1,10 @@
1
language: python
2
-sudo: required
3
dist: bionic
4
group: edge
5
cache:
6
pip: true
+env:
7
+ - PYTHONPATH=pastehunter
8
python:
9
- 3.6
10
- 3.6-dev
pytest.ini
@@ -1,3 +1,2 @@
[pytest]
-addopts = test/
-norecursedirs = .git build docs logs
+addopts = test/
0 commit comments