Skip to content

Commit 7d624ab

Browse files
authored
Merge pull request #16 from marqh/graph
Graph
2 parents eca8da6 + 0f7d16e commit 7d624ab

20 files changed

+1565
-109
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "2.7"
3+
- "3.5"
44
install:
55
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
66
- bash Miniconda3-latest-Linux-x86_64.sh -b -p $HOME/miniconda
@@ -14,7 +14,7 @@ install:
1414
- ENV_NAME='testing'
1515
- conda create --quiet -n $ENV_NAME python=$TRAVIS_PYTHON_VERSION
1616
- source activate $ENV_NAME
17-
- conda install --quiet --file conda-requirements.txt
17+
- conda install --quiet --file requirements.txt
1818
- conda list
1919
- conda info -a
2020
- python setup.py --quiet install

0 commit comments

Comments
 (0)