Merge pull request #1140 from turt2live/travis/misc-1

Minor improvements to help with building the spec
This commit is contained in:
Richard van der Hoff 2018-03-05 10:55:32 +00:00 committed by GitHub
commit 92e1972425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@
/scripts/continuserv/continuserv
/scripts/speculator/speculator
/scripts/swagger
/scripts/tmp
/templating/out
*.pyc
*.swp

View file

@ -41,7 +41,7 @@ specs and event schemas in this repository.
Preparation
-----------
To use the scripts, it is best to create a Python virtualenv as follows::
To use the scripts, it is best to create a Python 2.x virtualenv as follows::
virtualenv env
env/bin/pip install -r scripts/requirements.txt