Skip to content

Commit 74acd3e

Browse files
committed
tests: make travis work
1 parent 0c418ba commit 74acd3e

5 files changed

Lines changed: 18 additions & 1 deletion

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
- "nightly"
7+
install:
8+
- pip install -e . --upgrade -r requirements.txt -r requirements-test.txt
9+
script:
10+
- pytest -vv tests

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. image:: https://travis-ci.org/csernazs/pytest-httpserver.svg?branch=master
2+
:target: https://travis-ci.org/csernazs/pytest-httpserver
3+
14
pytest_httpserver
25
=================
36
HTTP server for pytest

requirements-test.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pytest
2+
pytest-cov
3+
coverage
4+
requests

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
typing; python_version < '3.5'
12
werkzeug==0.14.1

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"Operating System :: OS Independent",
2525
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.3",
2827
"Programming Language :: Python :: 3.4",
2928
"Programming Language :: Python :: 3.5",
3029
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)