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 52a18b2 commit 031dce1Copy full SHA for 031dce1
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
python: [2.7, 3.4, 3.5, 3.6]
3
install:
4
- pip install tox-travis
5
-- mkdir "$HOME/bin"
+- mkdir -p "$HOME/bin"
6
script:
7
- tox -e devruntime
8
- tox
0 commit comments