Skip to content

Commit d510d16

Browse files
Updated test framework
1 parent be81fae commit d510d16

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ install:
1010
- pip install .
1111
- pip install -r requirements-test.txt
1212
# command to run tests
13-
script: nosetests
13+
script: pytest

requirements-test.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-r requirements.txt
22
httmock==1.4.0
3-
nose==1.3.7
3+
pytest==6.2.2
4+
flake8==3.8.4
File renamed without changes.

0 commit comments

Comments
 (0)