We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a64b0 commit 8c2f24fCopy full SHA for 8c2f24f
.travis.yml
@@ -0,0 +1,10 @@
1
+env:
2
+- TOXENV=py36
3
+
4
+install: pip install -U tox
5
6
+language: python
7
8
+python: 3.6
9
10
+script: tox -e ${TOXENV}
0 commit comments