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 2e07440 commit f4e2e1eCopy full SHA for f4e2e1e
.travis.yml
@@ -3,20 +3,23 @@ cache: pip
3
4
# Environment changes have to be manually synced with 'tox.ini'.
5
# See: https://github.com/travis-ci/travis-ci/issues/3024
6
+
7
+# Python 3.7 is not yet supported by Travis CI.
8
+# See: https://github.com/travis-ci/travis-ci/issues/9815
9
10
python:
11
- 2.7
12
- 3.4
13
- 3.5
14
- 3.6
- - 3.7
15
- "pypy"
16
17
install:
18
- pip install pipenv
19
- pipenv install --dev --ignore-pipfile
20
21
script:
- - pipenv run tox
22
+ - pipenv run py.test
23
24
after_success:
25
- pipenv run coveralls
0 commit comments