Skip to content

Commit 33b2323

Browse files
committed
Merge branch 'master' of https://github.com/CODAIT/text-extensions-for-pandas into branch-binder
2 parents dc6e85c + 73bedd8 commit 33b2323

File tree

9 files changed

+221
-174
lines changed

9 files changed

+221
-174
lines changed

.travis.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
language: python
2-
python:
3-
- "3.7"
42

53
jobs:
64
include:
5+
- python: "3.6"
76
- name: "Pandas 1.0.x"
7+
python: "3.7"
88
env: PANDAS_VERSION=1.0.*
99
- name: "Pandas 1.1.x"
10+
python: "3.7"
1011
env: PANDAS_VERSION=1.1.*
1112

1213
install:
13-
#install conda
14-
- sudo apt-get update
15-
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
16-
- bash miniconda.sh -b -p $HOME/miniconda
17-
- source "$HOME/miniconda/etc/profile.d/conda.sh"
18-
- hash -r
19-
- conda config --set always_yes yes --set changeps1 no
20-
- conda update -q conda
14+
#install conda
15+
- sudo apt-get update
16+
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
17+
- bash miniconda.sh -b -p $HOME/miniconda
18+
- source "$HOME/miniconda/etc/profile.d/conda.sh"
19+
- hash -r
20+
- conda config --set always_yes yes --set changeps1 no
21+
- conda update -q conda
2122

22-
- conda info -a
23+
- conda info -a
2324

24-
- CONDA_HOME="${HOME}/miniconda" ./env.sh
25+
- CONDA_HOME="${HOME}/miniconda" ./env.sh
2526

2627

2728
script:
28-
29-
#activate python virtual environment
30-
- conda activate pd
31-
#check that doc generation is possible
32-
- ./generate_docs.sh
33-
#run unit tests
34-
- pytest -v text_extensions_for_pandas
29+
#activate python virtual environment
30+
- conda activate pd
31+
#check that doc generation is possible
32+
- ./generate_docs.sh
33+
#run unit tests
34+
- pytest -v text_extensions_for_pandas

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ To run the notebooks on your local machine, follow the following steps:
7575
1. Navigate to the `notebooks` directory and choose any of the notebooks there
7676

7777

78+
<<<<<<< HEAD
7879
**API documentation** can be found at [https://readthedocs.org/projects/text-extensions-for-pandas/](https://readthedocs.org/projects/text-extensions-for-pandas/).
80+
=======
81+
API documentation can be found at [https://text-extensions-for-pandas.readthedocs.io/en/latest/](https://text-extensions-for-pandas.readthedocs.io/en/latest/)
82+
>>>>>>> 73bedd82ff67d33c9858511e551902e8d6da8061
7983
8084

8185
## Contents of this repository

0 commit comments

Comments
 (0)