forked from usc-isi-i2/etk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
23 lines (23 loc) · 1.47 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: python
python:
- 2.7.11
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh; else wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda-env create .
- source activate etk_env
script:
- python -m spacy download en
- python -m unittest discover
notifications:
slack:
secure: O7Cj7NvZHMu7vRkWwmnyAesXvIGfG7NBkgJWdN+y69HSHJwn1szoZQjiNUrVBCePCzEHsmSa40aT34/dV18Kj4cpqWnaLK2iof/YwxJk2YgsKaUnS2FcmTfzchQ+TbtVmnI2DFi47VnVR48u+6nKM2xqoczHICgl1MY2HPm16ldJHyuj2TTt/syju2t4cjq4sSgwPIEnG3te+435+Y0TNWuO+7NsLU2wuC2e2ExCNeqoUzq9qDOtX99/E269OKrLz5pJElQabsJZts68g3trwLt5qMqQd7YNXdUQoqNzznueXe6O39nMSiS8JXWMj2jjyC77Oho1KY0GhvMtEdacwM4x7hLzLMJ2pXR5QYBaDAF/vI7tCG83R1Y9YRhAbXxGWFzC6PANG2Q6SAObTnr9ezrezXP3CvWnsSFMsHsim4Xevf3g7VIe4jo/UE/50zsI/l9+DAITMYE29p4kWE4KFRazTk7HJcYneeRh7MZ5VTQR4sDhPJJwu+ftmEBVJu8nBtvElYBN0r23helSmvPM22EQ3rKMbNFJTd0gETrVTyqc4j9iar+kFVnbClpB1SmE3eGxfeNbIuHk+7345aZ0Ywqvxs0dqjJgjE+4Laa6vUNC8jjgtyZshMGYs7LoTzD5HMcZ0MrVspimK1UjODQg70daQZsph1NozQ+TawnqStE=