Skip to content

Commit d3a04ec

Browse files
author
Sylvain MARIE
committed
Minor gitignore and travis edits
1 parent bd899eb commit d3a04ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88

99
# Distribution / packaging
1010
.Python
11+
env/
1112
build/
1213
develop-eggs/
1314
dist/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
# (a) linux dependencies
2121
- sudo apt-get install pandoc
2222
- sudo apt-get install ant
23-
- sudo apt-get install ant-optional
23+
- sudo apt-get install ant-optional # for junitreports
2424

2525
install:
2626
- pip list

0 commit comments

Comments
 (0)