Skip to content
Merged
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
1c4f805
Add ray to travis tests
williamma12 Jan 31, 2019
80fcd0c
Add more tests
williamma12 Jan 31, 2019
ddae239
Update ray dependencies
williamma12 Jan 31, 2019
662b620
Update travis testing
williamma12 Jan 31, 2019
31b54c1
minor changes
williamma12 Jan 31, 2019
225c466
clone ray but dont install to try to run tests
williamma12 Jan 31, 2019
9d01269
Added ray project url
williamma12 Jan 31, 2019
802cf94
Remove pytest args
williamma12 Jan 31, 2019
1f75534
Reorder tensorflow to end of requirements
williamma12 Jan 31, 2019
9ebd41d
remove pytest arguments
williamma12 Jan 31, 2019
014da2f
Reduce python version to 3.5
williamma12 Jan 31, 2019
80c46c6
temp
williamma12 Jan 31, 2019
15a1aac
Remove echo
williamma12 Jan 31, 2019
7287daf
load ray file test
williamma12 Jan 31, 2019
b2d7d6e
Did work
williamma12 Jan 31, 2019
6aed327
bash syntax error
williamma12 Jan 31, 2019
82c940f
More syntax errors
williamma12 Jan 31, 2019
9530286
Source new cloudpickle in ray
williamma12 Feb 3, 2019
a05bf2e
Fetch ray from git but only use it to run tests
williamma12 Feb 4, 2019
5b8c202
Reorder when we update the ray script
williamma12 Feb 4, 2019
c3fbffd
Fix syntax error
williamma12 Feb 4, 2019
001d164
Remove duration argument
williamma12 Feb 4, 2019
db9f5c0
Add duration 10 but remove test file
williamma12 Feb 6, 2019
3d8e034
Added = in command
williamma12 Feb 6, 2019
c037e45
Create PROJECT_DIR variable
williamma12 Feb 6, 2019
416c8e8
Use root flag when running pytest
williamma12 Feb 6, 2019
508bfaf
Fix typo
williamma12 Feb 6, 2019
0f016b1
update ray project dir for testing
williamma12 Feb 6, 2019
84e2264
CLean up code
williamma12 Feb 6, 2019
0c756b5
syntax error
williamma12 Feb 6, 2019
eb23a60
Move tests to tests/ folder
williamma12 Feb 7, 2019
8a27fe6
syntax error
williamma12 Feb 7, 2019
39d6587
Remove root flag but keep argument
williamma12 Feb 7, 2019
712b0d0
Change directories instead of using pytest args
williamma12 Feb 7, 2019
082b6ab
Adding import to avoid error
williamma12 Feb 7, 2019
687d0bc
Specify testing directory for pytest
williamma12 Feb 7, 2019
b3b7e7f
Remove command that moves testing directory
williamma12 Feb 7, 2019
9b5625a
Update syntax error
williamma12 Feb 7, 2019
e42cd05
syntax error
williamma12 Feb 7, 2019
fba2a38
Update cloudpickle path
williamma12 Feb 7, 2019
5b3867b
Add other tests back in
williamma12 Feb 7, 2019
e7c6a12
move where push directory is
williamma12 Feb 15, 2019
75cb061
Remove popd
williamma12 Feb 15, 2019
394785e
add psutil to dependencies for ray
williamma12 Feb 15, 2019
0a6611b
Undo removal of popd
williamma12 Feb 16, 2019
e5bd30c
Add other tests back in
williamma12 Feb 17, 2019
fdefa99
Install from wheels
williamma12 Feb 25, 2019
3233084
Always test ray for now
williamma12 Feb 25, 2019
2f690b3
Syntax error
williamma12 Feb 25, 2019
152d063
Rename file
williamma12 Feb 26, 2019
0fd87a2
Install ray from pypi
williamma12 Feb 26, 2019
e0c1a33
Update test directory
williamma12 Mar 7, 2019
c5cca54
Add required packages
williamma12 Mar 11, 2019
cd6ddaf
Skip other tests temporarily
williamma12 Mar 11, 2019
8527d1d
Remove duration argument
williamma12 Mar 11, 2019
1fed7de
Add duration back in
williamma12 Mar 11, 2019
6c7e89c
trigger travis build
williamma12 Mar 11, 2019
c4c6dc5
Add extra white space to separate arguments?
williamma12 Mar 11, 2019
a561161
Remove test_cython instead of trying to get cython to ignore it
williamma12 Mar 11, 2019
2a6cc21
Add other test back in (ci ray)
williamma12 Mar 11, 2019
b8eca80
change to match other format [ci downstream]
williamma12 Mar 11, 2019
9a54807
Install cython_examples instead of removing the test [ci downstream]
williamma12 Mar 11, 2019
25d7794
Fix pip install -e . command [ci downstream]
williamma12 Mar 11, 2019
cc48a5a
Another fix for pip install command [ci downstream]
williamma12 Mar 11, 2019
2323726
Use python setup.py instead [ci downstream]
williamma12 Mar 11, 2019
20bd3f1
Remove comments [ci downstream]
williamma12 Mar 11, 2019
b2d23bd
Add cython requirement for ray [ci downstream]
williamma12 Mar 11, 2019
8987064
Resolve comments [ci ray]
williamma12 Mar 12, 2019
1e7c371
Give ray its own script build process [ci ray]
williamma12 Mar 12, 2019
8c5ee15
Undo unnecessary changes [ci ray]
williamma12 Mar 12, 2019
052063a
Resolve comments [ci ray]
williamma12 Mar 13, 2019
9c56777
Syntax errors
williamma12 Mar 13, 2019
8659726
Try removing extraneous installs for ray [ci ray]
williamma12 Mar 13, 2019
1155cde
Syntax error [ci ray]
williamma12 Mar 13, 2019
f85a8fa
Resolve comments [ci ray]
williamma12 Mar 16, 2019
f27655c
Test to make sure that a bug in cloudpickle will happen in ray [ci ray]
williamma12 Mar 16, 2019
fb8292a
Temporarily skip cloudpickle tests [ci ray]
williamma12 Mar 16, 2019
f5cc58c
Remove "bug" from cloudpickle
williamma12 Mar 16, 2019
04d1041
resolve comments [ci ray]
williamma12 Mar 17, 2019
4e1782b
same as above [ci ray]
williamma12 Mar 17, 2019
bdb9ebe
Undo change [ci ray]
williamma12 Mar 18, 2019
5b0f319
Resolve comments [ci ray]
williamma12 Mar 18, 2019
f92a79b
typo [ci ray]
williamma12 Mar 18, 2019
dbd652b
I finally learned how to copy paste code correctly [ci ray]
williamma12 Mar 18, 2019
dc544ac
Update .travis.yml
robertnishihara Mar 18, 2019
6732c1c
Update [ci ray]
robertnishihara Mar 18, 2019
02ae007
Update [ci ray]
robertnishihara Mar 18, 2019
8ec294f
update [ci ray]
robertnishihara Mar 18, 2019
5edfb20
Update [ci ray]
robertnishihara Mar 18, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@ matrix:
PROJECT_URL=https://github.com/joblib/joblib.git
python: 3.7
if: commit_message =~ /(\[ci downstream\]|\[ci joblib\])/
- os: linux
env: PROJECT=ray
python: 3.7
if: commit_message =~ /(\[ci downstream\]|\[ci ray\])/
install:
- pip install --upgrade -r dev-requirements.txt
- pip install setproctitle psutil ray==0.6.4
- PROJECT_DIR="$(python -c "import os, ray; print(os.path.dirname(ray.__file__), flush=True)")"
- rm $PROJECT_DIR/cloudpickle/cloudpickle.py
- cp cloudpickle/cloudpickle.py $PROJECT_DIR/cloudpickle/cloudpickle.py
script:
- COVERAGE_PROCESS_START="$TRAVIS_BUILD_DIR/.coveragerc" PYTHONPATH='.:tests' pytest -r s
- pytest -vl $PROJECT_DIR/tests/test_basic.py::test_simple_serialization
- pytest -vl $PROJECT_DIR/tests/test_basic.py::test_complex_serialization
- pytest -vl $PROJECT_DIR/tests/test_basic.py::test_ray_recursive_objects
- pytest -vl $PROJECT_DIR/tests/test_basic.py::test_serialization_final_fallback
- pytest -vl $PROJECT_DIR/tests/test_recursion.py

before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
Expand Down