Skip to content

Commit

Permalink
Added experimental travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Nov 7, 2017
1 parent 39b565e commit bf63539
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- 3.5
install:
pip install -r requirements.txt
script:
- cd tests
- ./testserver.sh &
- ./run_tests.sh
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,6 +1,7 @@
Django>=1.8,<1.12
Scrapy>=1.4,<1.5
scrapy-djangoitem>=1.1.1,<1.2
scrapy-splash>=0.7,<0.8
scrapyd>=1.2,<1.3
jsonpath-rw>=1.4
kombu>=3.0.37,<3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
# 'Django>=1.8,<1.12',
# 'Scrapy>=1.4,<1.5',
# 'scrapy-djangoitem>=1.1.1,<1.2',
# 'scrapy-splash>=0.7', # Optional
# 'scrapy-splash>=0.7,<0.8', # Optional
# 'scrapyd>=1.2,<1.3',
'jsonpath-rw>=1.4',
# 'kombu>=3.0.37,<3.1',
Expand Down

0 comments on commit bf63539

Please sign in to comment.