We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9a2278 + 45dfaf5 commit b574288Copy full SHA for b574288
2 files changed
.circleci/config.yml
@@ -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
11
+ - run: pwd
12
13
+ - run: pip3 install -r python-list-comparison/requirements.txt
14
+ - run: cd listcompare
15
+ - run: python3 test_listcompare.py
requirements.txt
@@ -1,3 +1,3 @@
twine==1.13.0
-cython-0.29.6
+cython==0.29.12
0 commit comments