8000
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 6af4485 commit 578ac5eCopy full SHA for 578ac5e
.travis.yml
@@ -1,6 +1,6 @@
1
language: python
2
env:
3
- - PYTHONPATH=`pwd`/section2/video_code/
+ - PYTHONPATH=`pwd`/section3/video_code/
4
python:
5
- "2.7"
6
- "3.5"
@@ -11,6 +11,6 @@ python:
11
# command to install dependencies
12
install:
13
- "pip install pytest"
14
- - "pip install -r section2/video_code/requirements.txt"
+ - "pip install -r requirements.txt"
15
# command to run tests
16
-script: python -m pytest section2/video_code/
+script: python -m pytest section3/video_code/
requirements.txt
@@ -0,0 +1,9 @@
+Flask
+Flask-RESTful
+Flask-JWT
+Flask-SQLAlchemy
+uwsgi
+psycopg2
7
+behave==1.2.5
8
+beautifulsoup4==4.5.3
9
+selenium==3.4.1
0 commit comments