change test configuration

This commit is contained in:
2017-05-27 20:25:11 -04:00
parent 2edb553036
commit b6d51d9f2b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
@@ -16,7 +15,7 @@ install: "make"
script:
- |
if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi
- make coverage
- make test
after_success:
- pipenv run codecov
cache: pip
+1 -1
View File
@@ -5,7 +5,7 @@ init:
test:
# This runs all of the tests. To run an individual test, run py.test with
# the -k flag, like "py.test -k test_path_is_not_double_encoded"
py.test --boxed -n 9 tests/
python setup.py test
test-readme:
python setup.py check -r -s