cmap / cmapPy

Assorted tools for interacting with .gct, .gctx files and other Connectivity Map (Broad Institute) data/tools
https://clue.io/cmapPy/index.html
BSD 3-Clause "New" or "Revised" License
124 stars 74 forks source link

.travis.yml: fixed TEST_DIR paths #19

Closed levlitichev closed 6 years ago

levlitichev commented 6 years ago

Noticed that travis might not actually be running tests. Made a potential fix.

oena commented 6 years ago

@levlitichev thanks for looking into this, doesn't look like the path you changed it to points to anything though (travis failed because it couldn't find the directory specified by new paths). I tried following the commands from the master branch travis log on my computer, and the original paths were correct and run the tests directory. So, it seems like they're not running on travis for some other reason... need to think/explore what's going on more though, not sure exactly what that is at the moment.

oena commented 6 years ago

For now am going to leave the paths as they were.

levlitichev commented 6 years ago

Yep, this change definitely didn't work. I'd propose just deleting this branch. And definitely would be good to dig into this deeper.