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 bd899eb commit d3a04ecCopy full SHA for d3a04ec
.gitignore
@@ -8,6 +8,7 @@ __pycache__/
8
9
# Distribution / packaging
10
.Python
11
+env/
12
build/
13
develop-eggs/
14
dist/
.travis.yml
@@ -20,7 +20,7 @@ before_install:
20
# (a) linux dependencies
21
- sudo apt-get install pandoc
22
- sudo apt-get install ant
23
- - sudo apt-get install ant-optional
+ - sudo apt-get install ant-optional # for junitreports
24
25
install:
26
- pip list
0 commit comments