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.
2 parents a1a2e26 + bf195d0 commit aa7e7f9Copy full SHA for aa7e7f9
.travis.yml
@@ -1,7 +1,7 @@
1
-sudo: false
2
language: python
3
-python:
4
-- '3.6'
+python: 3.7
+dist: xenial
+sudo: true
5
addons:
6
apt:
7
packages:
dev-requirements.txt
@@ -1,6 +1,6 @@
PyYAML==3.13
Pygments==2.2.0
-VWS-Python-Mock==2018.9.10.6
+VWS-Python-Mock==2018.9.23.1
autoflake==1.2
check-manifest==0.37
codecov==2.0.15 # Upload coverage data
0 commit comments