Skip to content

Commit

Permalink
cspy from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain MONTAGNÉ committed May 23, 2020
1 parent 995c11c commit f0ac87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
working_directory: ~/vrpy
steps:
- checkout
- run:
name: clone cspy-master
command: |
cd ..
git clone https://github.com/torressa/cspy.git
- run:
name: install dependencies
command: |
Expand Down Expand Up @@ -45,11 +40,6 @@ jobs:
working_directory: ~/vrpy
steps:
- checkout
- run:
name: clone cspy-master
command: |
cd ..
git clone https://github.com/torressa/cspy.git
- run:
name: install dependencies
command: |
Expand All @@ -70,11 +60,6 @@ jobs:
working_directory: ~/vrpy
steps:
- checkout
- run:
name: clone cspy-master
command: |
cd ..
git clone https://github.com/torressa/cspy.git
- run:
name: install dependencies
command: |
Expand All @@ -88,7 +73,7 @@ jobs:
. venv/bin/activate
cd ~/vrpy/tests/
pytest unittests/*
workflows:
version: 2
build:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###### Requirements without Version Specifiers ######
#cspy
cspy
networkx
numpy
pulp
Expand Down

0 comments on commit f0ac87d

Please sign in to comment.