Skip to content

Commit b574288

Browse files
authored
Merge pull request #1 from aliartiza75/configure-circle-ci
configure-circle-ci
2 parents f9a2278 + 45dfaf5 commit b574288

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/python:3.6.4
6+
steps:
7+
- run: git clone https://github.com/aliartiza75/python-list-comparison.git
8+
- run: cd python-list-comparison
9+
- run: ls
10+
- run: cd python-list-comparison
11+
- run: pwd
12+
- run: ls
13+
- run: pip3 install -r python-list-comparison/requirements.txt
14+
- run: cd listcompare
15+
- run: python3 test_listcompare.py

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
twine==1.13.0
2-
cython-0.29.6
2+
cython==0.29.12
33

0 commit comments

Comments
 (0)